Uses of Class
org.omg.smm.ScaleOfMeasurement
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
-
Uses of ScaleOfMeasurement in org.omg.smm
Fields in org.omg.smm with type parameters of type ScaleOfMeasurement Modifier and Type Field Description static List<ScaleOfMeasurement>ScaleOfMeasurement. VALUESA public read-only list of all the 'Scale Of Measurement' enumerators.Methods in org.omg.smm that return ScaleOfMeasurement Modifier and Type Method Description static ScaleOfMeasurementScaleOfMeasurement. get(int value)Returns the 'Scale Of Measurement' literal with the specified integer value.static ScaleOfMeasurementScaleOfMeasurement. get(String literal)Returns the 'Scale Of Measurement' literal with the specified literal value.static ScaleOfMeasurementScaleOfMeasurement. getByName(String name)Returns the 'Scale Of Measurement' literal with the specified name.ScaleOfMeasurementMeasure. getScale()Returns the value of the 'Scale' attribute.static ScaleOfMeasurementScaleOfMeasurement. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleOfMeasurement[]ScaleOfMeasurement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omg.smm with parameters of type ScaleOfMeasurement Modifier and Type Method Description voidMeasure. setScale(ScaleOfMeasurement value)Sets the value of the 'Scale' attribute. -
Uses of ScaleOfMeasurement in org.omg.smm.impl
Fields in org.omg.smm.impl declared as ScaleOfMeasurement Modifier and Type Field Description protected ScaleOfMeasurementMeasureImpl. scaleThe cached value of the 'Scale' attribute.protected static ScaleOfMeasurementMeasureImpl. SCALE_EDEFAULTThe default value of the 'Scale' attribute.Methods in org.omg.smm.impl that return ScaleOfMeasurement Modifier and Type Method Description ScaleOfMeasurementSmmFactoryImpl. createScaleOfMeasurementFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ScaleOfMeasurementMeasureImpl. getScale()Methods in org.omg.smm.impl with parameters of type ScaleOfMeasurement Modifier and Type Method Description voidMeasureImpl. setScale(ScaleOfMeasurement newScale)