org.eclipse.modisco.omg.gastm
Interface IntegralType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, NumberType, PrimitiveType, Type
All Known Subinterfaces:
LongInteger, ShortInteger

public interface IntegralType
extends NumberType

A representation of the model object 'Integral Type'.

The following features are supported:

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

Method Summary
 java.lang.Integer getSize()
          Returns the value of the 'Size' attribute.
 void setSize(java.lang.Integer value)
          Sets the value of the 'Size' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.NumberType
getIsSigned, setIsSigned
 
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

getSize

java.lang.Integer getSize()
Returns the value of the 'Size' attribute.

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

Returns:
the value of the 'Size' attribute.
See Also:
setSize(Integer), GASTMPackage.getIntegralType_Size()
Generated:
Model:

setSize

void setSize(java.lang.Integer value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
Generated: