|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDefinedTypeDefinition
A representation of the model object 'User Defined Type Definition'.
The following features are supported:
DatabaseDefinitionPackage.getUserDefinedTypeDefinition()
Method Summary | |
---|---|
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
boolean |
isDefaultValueSupported()
Returns the value of the 'Default Value Supported' attribute. |
boolean |
isDistinctTypeSupported()
Returns the value of the 'Distinct Type Supported' attribute. |
boolean |
isStructuredTypeSupported()
Returns the value of the 'Structured Type Supported' attribute. |
void |
setDefaultValueSupported(boolean value)
Sets the value of the ' Default Value Supported ' attribute. |
void |
setDistinctTypeSupported(boolean value)
Sets the value of the ' Distinct Type Supported ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
void |
setStructuredTypeSupported(boolean value)
Sets the value of the ' Structured Type Supported ' attribute. |
Method Detail |
---|
boolean isDefaultValueSupported()
If the meaning of the 'Default Value Supported' attribute isn't clear, there really should be more of a description here...
setDefaultValueSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DefaultValueSupported()
void setDefaultValueSupported(boolean value)
Default Value Supported
' attribute.
value
- the new value of the 'Default Value Supported' attribute.isDefaultValueSupported()
boolean isDistinctTypeSupported()
If the meaning of the 'Distinct Type Supported' attribute isn't clear, there really should be more of a description here...
setDistinctTypeSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_DistinctTypeSupported()
void setDistinctTypeSupported(boolean value)
Distinct Type Supported
' attribute.
value
- the new value of the 'Distinct Type Supported' attribute.isDistinctTypeSupported()
boolean isStructuredTypeSupported()
If the meaning of the 'Structured Type Supported' attribute isn't clear, there really should be more of a description here...
setStructuredTypeSupported(boolean)
,
DatabaseDefinitionPackage.getUserDefinedTypeDefinition_StructuredTypeSupported()
void setStructuredTypeSupported(boolean value)
Structured Type Supported
' attribute.
value
- the new value of the 'Structured Type Supported' attribute.isStructuredTypeSupported()
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.getUserDefinedTypeDefinition_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 |