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

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

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

Methods in org.eclipse.ohf.stem.definitions.labels that return AreaLabelValue
 AreaLabelValue LabelsFactory.createAreaLabelValue()
          Returns a new object of class 'Area Label Value'.
 AreaLabelValue AreaLabel.getCurrentAreaValue()
           
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement AreaLabelValue
 class AreaLabelValueImpl
          An implementation of the model object 'Area Label Value'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return AreaLabelValue
 AreaLabelValue LabelsFactoryImpl.createAreaLabelValue()
           
 AreaLabelValue AreaLabelImpl.getCurrentAreaValue()
           
 

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

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