org.eclipse.modisco.omg.gastm
Interface DataDefinition

All Superinterfaces:
DeclarationOrDefinition, Definition, DefinitionObject, GASTMObject, GASTMSyntaxObject
All Known Subinterfaces:
BitFieldDefinition, FormalParameterDefinition, VariableDefinition

public interface DataDefinition
extends Definition

A representation of the model object 'Data Definition'.

The following features are supported:

See Also:
GASTMPackage.getDataDefinition()
Generated:
Model:
abstract="true"

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

getInitialValue

Expression getInitialValue()
Returns the value of the 'Initial Value' containment reference.

If the meaning of the 'Initial Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Initial Value' containment reference.
See Also:
setInitialValue(Expression), GASTMPackage.getDataDefinition_InitialValue()
Generated:
Model:
containment="true"

setInitialValue

void setInitialValue(Expression value)
Sets the value of the 'Initial Value' containment reference.

Parameters:
value - the new value of the 'Initial Value' containment reference.
See Also:
getInitialValue()
Generated:

getIsMutable

java.lang.Boolean getIsMutable()
Returns the value of the 'Is Mutable' attribute.

If the meaning of the 'Is Mutable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Mutable' attribute.
See Also:
setIsMutable(Boolean), GASTMPackage.getDataDefinition_IsMutable()
Generated:
Model:

setIsMutable

void setIsMutable(java.lang.Boolean value)
Sets the value of the 'Is Mutable' attribute.

Parameters:
value - the new value of the 'Is Mutable' attribute.
See Also:
getIsMutable()
Generated: