org.eclipse.modisco.omg.gastm
Interface VariableDeclaration

All Superinterfaces:
Declaration, DeclarationOrDefinition, DefinitionObject, GASTMObject, GASTMSyntaxObject

public interface VariableDeclaration
extends Declaration

A representation of the model object 'Variable Declaration'.

The following features are supported:

See Also:
GASTMPackage.getVariableDeclaration()
Generated:
Model:

Method Summary
 java.lang.Boolean getIsMutable()
          Returns the value of the 'Is Mutable' attribute.
 void setIsMutable(java.lang.Boolean value)
          Sets the value of the 'Is Mutable' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Declaration
getDeclarationType, getDefRef, getIdentifierName, setDeclarationType, setDefRef, 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

getIsMutable

java.lang.Boolean getIsMutable()
Returns the value of the 'Is Mutable' attribute. The default value is "true".

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.getVariableDeclaration_IsMutable()
Generated:
Model:
default="true"

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: