org.eclipse.modisco.omg.gastm
Interface ArrayType

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

public interface ArrayType
extends ConstructedType

A representation of the model object 'Array Type'.

The following features are supported:

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

Method Summary
  getRanks()
          Returns the value of the 'Ranks' containment reference list.
 
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

getRanks

 getRanks()
Returns the value of the 'Ranks' containment reference list. The list contents are of type Dimension.

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

Returns:
the value of the 'Ranks' containment reference list.
See Also:
GASTMPackage.getArrayType_Ranks()
Generated:
Model:
containment="true" required="true"