Uses of Interface
org.eclipse.modisco.omg.gastm.AggregateType

Packages that use AggregateType
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of AggregateType in org.eclipse.modisco.omg.gastm
 

Subinterfaces of AggregateType in org.eclipse.modisco.omg.gastm
 interface AnnotationType
          A representation of the model object 'Annotation Type'.
 interface ClassType
          A representation of the model object 'Class Type'.
 interface StructureType
          A representation of the model object 'Structure Type'.
 interface UnionType
          A representation of the model object 'Union Type'.
 

Methods in org.eclipse.modisco.omg.gastm that return AggregateType
 AggregateType AggregateTypeDefinition.getAggregateType()
          Returns the value of the 'Aggregate Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type AggregateType
 void AggregateTypeDefinition.setAggregateType(AggregateType value)
          Sets the value of the 'Aggregate Type' containment reference.
 

Uses of AggregateType in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type AggregateType
 T GASTMSwitch.caseAggregateType(AggregateType object)
          Returns the result of interpreting the object as an instance of 'Aggregate Type'.