Uses of Class
org.eclipse.amp.amf.testing.aTest.Measure

Packages that use Measure
org.eclipse.amp.amf.testing.aTest   
org.eclipse.amp.amf.testing.aTest.impl   
org.eclipse.amp.amf.testing.aTest.provider   
 

Uses of Measure in org.eclipse.amp.amf.testing.aTest
 

Fields in org.eclipse.amp.amf.testing.aTest with type parameters of type Measure
static java.util.List<Measure> Measure.VALUES
          A public read-only list of all the 'Measure' enumerators.
 

Methods in org.eclipse.amp.amf.testing.aTest that return Measure
static Measure Measure.get(int value)
          Returns the 'Measure' literal with the specified integer value.
static Measure Measure.get(java.lang.String literal)
          Returns the 'Measure' literal with the specified literal value.
static Measure Measure.getByName(java.lang.String name)
          Returns the 'Measure' literal with the specified name.
 Measure Constraint.getMeasure()
          Returns the value of the 'Measure' attribute.
static Measure Measure.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Measure[] Measure.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.amp.amf.testing.aTest with parameters of type Measure
 void Constraint.setMeasure(Measure value)
          Sets the value of the 'Measure' attribute.
 

Uses of Measure in org.eclipse.amp.amf.testing.aTest.impl
 

Methods in org.eclipse.amp.amf.testing.aTest.impl that return Measure
 Measure ATestFactoryImpl.createMeasureFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Measure ConstraintImpl.getMeasure()
           
 

Methods in org.eclipse.amp.amf.testing.aTest.impl with parameters of type Measure
 void ConstraintImpl.setMeasure(Measure newMeasure)
           
 

Uses of Measure in org.eclipse.amp.amf.testing.aTest.provider
 

Methods in org.eclipse.amp.amf.testing.aTest.provider with parameters of type Measure
static java.lang.String ConstraintItemProvider.getMeasureAbrv(Measure measure)