org.eclipse.modisco.omg.gastm
Interface ClassType

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

public interface ClassType
extends AggregateType

A representation of the model object 'Class Type'.

The following features are supported:

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

Method Summary
  getDerivesFrom()
          Returns the value of the 'Derives From' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.AggregateType
getMembers, getOpensScope, setOpensScope
 
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

getDerivesFrom

 getDerivesFrom()
Returns the value of the 'Derives From' containment reference list. The list contents are of type DerivesFrom.

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

Returns:
the value of the 'Derives From' containment reference list.
See Also:
GASTMPackage.getClassType_DerivesFrom()
Generated:
Model:
containment="true"