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

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

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

Subinterfaces of TypeDeclaration in org.eclipse.modisco.omg.gastm
 interface AggregateTypeDeclaration
          A representation of the model object 'Aggregate Type Declaration'.
 interface EnumTypeDeclaration
          A representation of the model object 'Enum Type Declaration'.
 

Methods in org.eclipse.modisco.omg.gastm that return TypeDeclaration
 TypeDeclaration GASTMFactory.createTypeDeclaration()
          Returns a new object of class 'Type Declaration'.
 

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

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