|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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()
public void setConstraintSupported(boolean value)
Constraint Supported
' attribute.
value
- the new value of the 'Constraint Supported' attribute.isConstraintSupported()
public 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()
public void setIndexSupported(boolean value)
Index Supported
' attribute.
value
- the new value of the 'Index Supported' attribute.isIndexSupported()
public 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()
public 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 |