public interface Type extends GASTMSyntaxObject
The following features are supported:
GASTMPackage.getType()| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsConst()
Returns the value of the 'Is Const' attribute.
|
void |
setIsConst(java.lang.Boolean value)
Sets the value of the '
Is Const' attribute. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Boolean getIsConst()
If the meaning of the 'Is Const' attribute isn't clear, there really should be more of a description here...
setIsConst(Boolean),
GASTMPackage.getType_IsConst()void setIsConst(java.lang.Boolean value)
Is Const' attribute.
value - the new value of the 'Is Const' attribute.getIsConst()