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

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

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

Methods in org.eclipse.modisco.omg.gastm that return EnumType
 EnumType GASTMFactory.createEnumType()
          Returns a new object of class 'Enum Type'.
 EnumType EnumTypeDefinition.getDefinitionType()
          Returns the value of the 'Definition Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type EnumType
 void EnumTypeDefinition.setDefinitionType(EnumType value)
          Sets the value of the 'Definition Type' containment reference.
 

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

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