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

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

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

Methods in org.eclipse.modisco.omg.gastm that return LabelType
 LabelType GASTMFactory.createLabelType()
          Returns a new object of class 'Label Type'.
 LabelType LabelDefinition.getLabelType()
          Returns the value of the 'Label Type' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type LabelType
 void LabelDefinition.setLabelType(LabelType value)
          Sets the value of the 'Label Type' containment reference.
 

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

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