Uses of Class
org.eclipse.amp.amf.adata.ScaleType

Packages that use ScaleType
org.eclipse.amp.amf.adata   
org.eclipse.amp.amf.adata.impl   
 

Uses of ScaleType in org.eclipse.amp.amf.adata
 

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

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

Methods in org.eclipse.amp.amf.adata with parameters of type ScaleType
 void Measurement.setType(ScaleType value)
          Sets the value of the 'Type' attribute.
 

Uses of ScaleType in org.eclipse.amp.amf.adata.impl
 

Fields in org.eclipse.amp.amf.adata.impl declared as ScaleType
protected  ScaleType MeasurementImpl.type
          The cached value of the 'Type' attribute.
protected static ScaleType MeasurementImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in org.eclipse.amp.amf.adata.impl that return ScaleType
 ScaleType DataFactoryImpl.createScaleTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ScaleType MeasurementImpl.getType()
           
 

Methods in org.eclipse.amp.amf.adata.impl with parameters of type ScaleType
 void MeasurementImpl.setType(ScaleType newType)