Uses of Interface
org.eclipse.ohf.stem.tests.util.labels.TestLabel

Packages that use TestLabel
org.eclipse.ohf.stem.tests.util.labels   
org.eclipse.ohf.stem.tests.util.labels.impl   
org.eclipse.ohf.stem.tests.util.labels.util   
 

Uses of TestLabel in org.eclipse.ohf.stem.tests.util.labels
 

Methods in org.eclipse.ohf.stem.tests.util.labels that return TestLabel
 TestLabel LabelsFactory.createTestLabel()
          Returns a new object of class 'Test Label'.
 

Uses of TestLabel in org.eclipse.ohf.stem.tests.util.labels.impl
 

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement TestLabel
 class TestLabelImpl
          An implementation of the model object 'Test Label'.
 

Methods in org.eclipse.ohf.stem.tests.util.labels.impl that return TestLabel
 TestLabel LabelsFactoryImpl.createTestLabel()
           
 

Uses of TestLabel in org.eclipse.ohf.stem.tests.util.labels.util
 

Methods in org.eclipse.ohf.stem.tests.util.labels.util with parameters of type TestLabel
 T LabelsSwitch.caseTestLabel(TestLabel object)
          Returns the result of interpretting the object as an instance of 'Test Label'.