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

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

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

Methods in org.eclipse.modisco.omg.gastm that return NameSpaceType
 NameSpaceType GASTMFactory.createNameSpaceType()
          Returns a new object of class 'Name Space Type'.
 NameSpaceType NameSpaceDefinition.getNameSpaceType()
          Returns the value of the 'Name Space Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type NameSpaceType
 void NameSpaceDefinition.setNameSpaceType(NameSpaceType value)
          Sets the value of the 'Name Space Type' containment reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type NameSpaceType
 T GASTMSwitch.caseNameSpaceType(NameSpaceType object)
          Returns the result of interpreting the object as an instance of 'Name Space Type'.