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

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

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

Methods in org.eclipse.modisco.omg.gastm that return NamedType
 NamedType GASTMFactory.createNamedType()
          Returns a new object of class 'Named Type'.
 NamedType NamedTypeDefinition.getDefinitionType()
          Returns the value of the 'Definition Type' containment reference.
 

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

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

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