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

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

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

Methods in org.eclipse.modisco.omg.gastm that return NamedTypeReference
 NamedTypeReference GASTMFactory.createNamedTypeReference()
          Returns a new object of class 'Named Type Reference'.
 NamedTypeReference DerivesFrom.getClassName()
          Returns the value of the 'Class Name' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type NamedTypeReference
 void DerivesFrom.setClassName(NamedTypeReference value)
          Sets the value of the 'Class Name' containment reference.
 

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

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