public interface NumberType extends PrimitiveType
The following features are supported:
GASTMPackage.getNumberType()| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getIsSigned()
Returns the value of the 'Is Signed' attribute.
|
void |
setIsSigned(java.lang.Boolean value)
Sets the value of the '
Is Signed' attribute. |
getIsConst, setIsConstgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.Boolean getIsSigned()
If the meaning of the 'Is Signed' attribute isn't clear, there really should be more of a description here...
setIsSigned(Boolean),
GASTMPackage.getNumberType_IsSigned()void setIsSigned(java.lang.Boolean value)
Is Signed' attribute.
value - the new value of the 'Is Signed' attribute.getIsSigned()