|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataDefinition
A representation of the model object 'Data Definition'.
The following features are supported:
GASTMPackage.getDataDefinition()
Method Summary | |
---|---|
Expression |
getInitialValue()
Returns the value of the 'Initial Value' containment reference. |
java.lang.Boolean |
getIsMutable()
Returns the value of the 'Is Mutable' attribute. |
void |
setInitialValue(Expression value)
Sets the value of the ' Initial Value ' containment reference. |
void |
setIsMutable(java.lang.Boolean value)
Sets the value of the ' Is Mutable ' attribute. |
Methods inherited from interface org.eclipse.modisco.omg.gastm.Definition |
---|
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierName |
Methods inherited from interface org.eclipse.modisco.omg.gastm.DeclarationOrDefinition |
---|
getAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiers |
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject |
---|
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo |
Method Detail |
---|
Expression getInitialValue()
If the meaning of the 'Initial Value' containment reference isn't clear, there really should be more of a description here...
setInitialValue(Expression)
,
GASTMPackage.getDataDefinition_InitialValue()
void setInitialValue(Expression value)
Initial Value
' containment reference.
value
- the new value of the 'Initial Value' containment reference.getInitialValue()
java.lang.Boolean getIsMutable()
If the meaning of the 'Is Mutable' attribute isn't clear, there really should be more of a description here...
setIsMutable(Boolean)
,
GASTMPackage.getDataDefinition_IsMutable()
void setIsMutable(java.lang.Boolean value)
Is Mutable
' attribute.
value
- the new value of the 'Is Mutable' attribute.getIsMutable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |