org.eclipse.modisco.omg.gastm
Interface ConstructedType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, Type
All Known Subinterfaces:
ArrayType, CollectionType, PointerType, RangeType, ReferenceType

public interface ConstructedType
extends DataType

A representation of the model object 'Constructed Type'.

The following features are supported:

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

Method Summary
 TypeReference getBaseType()
          Returns the value of the 'Base Type' containment reference.
 void setBaseType(TypeReference value)
          Sets the value of the 'Base Type' containment reference.
 
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

getBaseType

TypeReference getBaseType()
Returns the value of the 'Base Type' containment reference.

If the meaning of the 'Base Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Type' containment reference.
See Also:
setBaseType(TypeReference), GASTMPackage.getConstructedType_BaseType()
Generated:
Model:
containment="true" required="true"

setBaseType

void setBaseType(TypeReference value)
Sets the value of the 'Base Type' containment reference.

Parameters:
value - the new value of the 'Base Type' containment reference.
See Also:
getBaseType()
Generated: