|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NicknameDefinition
A representation of the model object 'Nickname Definition'.
The following features are supported:
DatabaseDefinitionPackage.getNicknameDefinition()
Method Summary | |
---|---|
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
boolean |
isConstraintSupported()
Returns the value of the 'Constraint Supported' attribute. |
boolean |
isIndexSupported()
Returns the value of the 'Index Supported' attribute. |
void |
setConstraintSupported(boolean value)
Sets the value of the ' Constraint Supported ' attribute. |
void |
setIndexSupported(boolean value)
Sets the value of the ' Index Supported ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
Method Detail |
---|
boolean isConstraintSupported()
If the meaning of the 'Constraint Supported' attribute isn't clear, there really should be more of a description here...
setConstraintSupported(boolean)
,
DatabaseDefinitionPackage.getNicknameDefinition_ConstraintSupported()
void setConstraintSupported(boolean value)
Constraint Supported
' attribute.
value
- the new value of the 'Constraint Supported' attribute.isConstraintSupported()
boolean isIndexSupported()
If the meaning of the 'Index Supported' attribute isn't clear, there really should be more of a description here...
setIndexSupported(boolean)
,
DatabaseDefinitionPackage.getNicknameDefinition_IndexSupported()
void setIndexSupported(boolean value)
Index Supported
' attribute.
value
- the new value of the 'Index Supported' attribute.isIndexSupported()
int getMaximumIdentifierLength()
If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...
setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getNicknameDefinition_MaximumIdentifierLength()
void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |