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

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

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

Methods in org.eclipse.ohf.stem.definitions.labels that return CommonBorderRelationshipLabelValue
 CommonBorderRelationshipLabelValue LabelsFactory.createCommonBorderRelationshipLabelValue()
          Returns a new object of class 'Common Border Relationship Label Value'.
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement CommonBorderRelationshipLabelValue
 class CommonBorderRelationshipLabelValueImpl
          An implementation of the model object 'Common Border Relationship Label Value'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return CommonBorderRelationshipLabelValue
 CommonBorderRelationshipLabelValue LabelsFactoryImpl.createCommonBorderRelationshipLabelValue()
           
 

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

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