|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnDefinition
A representation of the model object 'Column Definition'.
The following features are supported:
Identity Column Data Type Definitions
Identity Supported
Computed Supported
Identity Start Value Supported
Identity Increment Supported
Identity Minimum Supported
Identity Maximum Supported
Identity Cycle Supported
Maximum Identifier Length
DatabaseDefinitionPackage.getColumnDefinition()
Method Summary | |
---|---|
EList |
getIdentityColumnDataTypeDefinitions()
Returns the value of the 'Identity Column Data Type Definitions' reference list. |
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
boolean |
isComputedSupported()
Returns the value of the 'Computed Supported' attribute. |
boolean |
isIdentityCycleSupported()
Returns the value of the 'Identity Cycle Supported' attribute. |
boolean |
isIdentityIncrementSupported()
Returns the value of the 'Identity Increment Supported' attribute. |
boolean |
isIdentityMaximumSupported()
Returns the value of the 'Identity Maximum Supported' attribute. |
boolean |
isIdentityMinimumSupported()
Returns the value of the 'Identity Minimum Supported' attribute. |
boolean |
isIdentityStartValueSupported()
Returns the value of the 'Identity Start Value Supported' attribute. |
boolean |
isIdentitySupported()
Returns the value of the 'Identity Supported' attribute. |
void |
setComputedSupported(boolean value)
Sets the value of the ' Computed Supported ' attribute. |
void |
setIdentityCycleSupported(boolean value)
Sets the value of the ' Identity Cycle Supported ' attribute. |
void |
setIdentityIncrementSupported(boolean value)
Sets the value of the ' Identity Increment Supported ' attribute. |
void |
setIdentityMaximumSupported(boolean value)
Sets the value of the ' Identity Maximum Supported ' attribute. |
void |
setIdentityMinimumSupported(boolean value)
Sets the value of the ' Identity Minimum Supported ' attribute. |
void |
setIdentityStartValueSupported(boolean value)
Sets the value of the ' Identity Start Value Supported ' attribute. |
void |
setIdentitySupported(boolean value)
Sets the value of the ' Identity Supported ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
Method Detail |
---|
EList getIdentityColumnDataTypeDefinitions()
PredefinedDataTypeDefinition
.
If the meaning of the 'Identity Column Data Type Definitions' reference list isn't clear, there really should be more of a description here...
DatabaseDefinitionPackage.getColumnDefinition_IdentityColumnDataTypeDefinitions()
boolean isIdentitySupported()
If the meaning of the 'Identity Supported' attribute isn't clear, there really should be more of a description here...
setIdentitySupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentitySupported()
void setIdentitySupported(boolean value)
Identity Supported
' attribute.
value
- the new value of the 'Identity Supported' attribute.isIdentitySupported()
boolean isComputedSupported()
"true"
.
If the meaning of the 'Computed Supported' attribute isn't clear, there really should be more of a description here...
setComputedSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_ComputedSupported()
void setComputedSupported(boolean value)
Computed Supported
' attribute.
value
- the new value of the 'Computed Supported' attribute.isComputedSupported()
boolean isIdentityStartValueSupported()
"false"
.
If the meaning of the 'Identity Start Value Supported' attribute isn't clear, there really should be more of a description here...
setIdentityStartValueSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityStartValueSupported()
void setIdentityStartValueSupported(boolean value)
Identity Start Value Supported
' attribute.
value
- the new value of the 'Identity Start Value Supported' attribute.isIdentityStartValueSupported()
boolean isIdentityIncrementSupported()
"false"
.
If the meaning of the 'Identity Increment Supported' attribute isn't clear, there really should be more of a description here...
setIdentityIncrementSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityIncrementSupported()
void setIdentityIncrementSupported(boolean value)
Identity Increment Supported
' attribute.
value
- the new value of the 'Identity Increment Supported' attribute.isIdentityIncrementSupported()
boolean isIdentityMinimumSupported()
"false"
.
If the meaning of the 'Identity Minimum Supported' attribute isn't clear, there really should be more of a description here...
setIdentityMinimumSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityMinimumSupported()
void setIdentityMinimumSupported(boolean value)
Identity Minimum Supported
' attribute.
value
- the new value of the 'Identity Minimum Supported' attribute.isIdentityMinimumSupported()
boolean isIdentityMaximumSupported()
"false"
.
If the meaning of the 'Identity Maximum Supported' attribute isn't clear, there really should be more of a description here...
setIdentityMaximumSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityMaximumSupported()
void setIdentityMaximumSupported(boolean value)
Identity Maximum Supported
' attribute.
value
- the new value of the 'Identity Maximum Supported' attribute.isIdentityMaximumSupported()
boolean isIdentityCycleSupported()
"false"
.
If the meaning of the 'Identity Cycle Supported' attribute isn't clear, there really should be more of a description here...
setIdentityCycleSupported(boolean)
,
DatabaseDefinitionPackage.getColumnDefinition_IdentityCycleSupported()
void setIdentityCycleSupported(boolean value)
Identity Cycle Supported
' attribute.
value
- the new value of the 'Identity Cycle Supported' attribute.isIdentityCycleSupported()
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.getColumnDefinition_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 |