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

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

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

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

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

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