public interface DataDefinition extends Definition
The following features are supported:
GASTMPackage.getDataDefinition()| Modifier and Type | Method and Description |
|---|---|
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. |
getDefinitionType, getIdentifierName, setDefinitionType, setIdentifierNamegetAccessKind, getLinkageSpecifier, getStorageSpecifiers, setAccessKind, setLinkageSpecifier, setStorageSpecifiersgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression 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()