org.eclipse.modisco.omg.gastm
Interface PointerType

All Superinterfaces:
ConstructedType, DataType, GASTMObject, GASTMSyntaxObject, Type

public interface PointerType
extends ConstructedType

A representation of the model object 'Pointer Type'.

The following features are supported:

See Also:
GASTMPackage.getPointerType()
Generated:
Model:

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.ConstructedType
getBaseType, setBaseType
 
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.getPointerType_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: