Uses of Interface
org.eclipse.ohf.stem.definitions.labels.TransportRelationshipLabelValue

Packages that use TransportRelationshipLabelValue
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
 

Uses of TransportRelationshipLabelValue in org.eclipse.ohf.stem.definitions.labels
 

Methods in org.eclipse.ohf.stem.definitions.labels that return TransportRelationshipLabelValue
 TransportRelationshipLabelValue LabelsFactory.createTransportRelationshipLabelValue()
          Returns a new object of class 'Transport Relationship Label Value'.
 TransportRelationshipLabelValue TransportRelationshipLabel.getCurrentTransportRelationshipLabelValue()
           
 

Uses of TransportRelationshipLabelValue in org.eclipse.ohf.stem.definitions.labels.impl
 

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement TransportRelationshipLabelValue
 class TransportRelationshipLabelValueImpl
          An implementation of the model object 'Transport Relationship Label Value'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return TransportRelationshipLabelValue
 TransportRelationshipLabelValue LabelsFactoryImpl.createTransportRelationshipLabelValue()
           
 TransportRelationshipLabelValue TransportRelationshipLabelImpl.getCurrentTransportRelationshipLabelValue()
           
 

Uses of TransportRelationshipLabelValue in org.eclipse.ohf.stem.definitions.labels.util
 

Methods in org.eclipse.ohf.stem.definitions.labels.util with parameters of type TransportRelationshipLabelValue
 T LabelsSwitch.caseTransportRelationshipLabelValue(TransportRelationshipLabelValue object)
          Returns the result of interpretting the object as an instance of 'Transport Relationship Label Value'.