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

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

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

Subinterfaces of TypeDefinition in org.eclipse.modisco.omg.gastm
 interface AggregateTypeDefinition
          A representation of the model object 'Aggregate Type Definition'.
 interface EnumTypeDefinition
          A representation of the model object 'Enum Type Definition'.
 interface NamedTypeDefinition
          A representation of the model object 'Named Type Definition'.
 

Methods in org.eclipse.modisco.omg.gastm that return TypeDefinition
 TypeDefinition GASTMFactory.createTypeDefinition()
          Returns a new object of class 'Type Definition'.
 TypeDefinition NamedTypeReference.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type TypeDefinition
 void NamedTypeReference.setType(TypeDefinition value)
          Sets the value of the 'Type' containment reference.
 

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

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