org.eclipse.modisco.omg.gastm
Interface RealType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, NumberType, PrimitiveType, Type
All Known Subinterfaces:
Double, LongDouble, Real

public interface RealType
extends NumberType

A representation of the model object 'Real Type'.

The following features are supported:

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

Method Summary
 java.lang.Integer getPrecision()
          Returns the value of the 'Precision' attribute.
 void setPrecision(java.lang.Integer value)
          Sets the value of the 'Precision' 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

getPrecision

java.lang.Integer getPrecision()
Returns the value of the 'Precision' attribute.

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

Returns:
the value of the 'Precision' attribute.
See Also:
setPrecision(Integer), GASTMPackage.getRealType_Precision()
Generated:
Model:

setPrecision

void setPrecision(java.lang.Integer value)
Sets the value of the 'Precision' attribute.

Parameters:
value - the new value of the 'Precision' attribute.
See Also:
getPrecision()
Generated: