org.eclipse.modisco.omg.gastm
Interface NumberType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, PrimitiveType, Type
All Known Subinterfaces:
Byte, Character, Double, IntegralType, LongDouble, LongInteger, Real, RealType, ShortInteger

public interface NumberType
extends PrimitiveType

A representation of the model object 'Number Type'.

The following features are supported:

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

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Type
getIsConst, setIsConst
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getIsSigned

java.lang.Boolean getIsSigned()
Returns the value of the 'Is Signed' attribute.

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

Returns:
the value of the 'Is Signed' attribute.
See Also:
setIsSigned(Boolean), GASTMPackage.getNumberType_IsSigned()
Generated:
Model:

setIsSigned

void setIsSigned(java.lang.Boolean value)
Sets the value of the 'Is Signed' attribute.

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