|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewDefinition
A representation of the model object 'View Definition'.
The following features are supported:
DatabaseDefinitionPackage.getViewDefinition()
Method Summary | |
---|---|
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
boolean |
isIndexSupported()
Returns the value of the 'Index 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 |
---|
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.getViewDefinition_MaximumIdentifierLength()
void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
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.getViewDefinition_IndexSupported()
void setIndexSupported(boolean value)
Index Supported
' attribute.
value
- the new value of the 'Index Supported' attribute.isIndexSupported()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |