Uses of Class
org.omg.smm.MeasurementScale
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
-
Uses of MeasurementScale in org.omg.smm
Fields in org.omg.smm with type parameters of type MeasurementScale Modifier and Type Field Description static List<MeasurementScale>MeasurementScale. VALUESA public read-only list of all the 'Measurement Scale' enumerators.Methods in org.omg.smm that return MeasurementScale Modifier and Type Method Description static MeasurementScaleMeasurementScale. get(int value)Returns the 'Measurement Scale' literal with the specified integer value.static MeasurementScaleMeasurementScale. get(String literal)Returns the 'Measurement Scale' literal with the specified literal value.static MeasurementScaleMeasurementScale. getByName(String name)Returns the 'Measurement Scale' literal with the specified name.static MeasurementScaleMeasurementScale. valueOf(String name)Returns the enum constant of this type with the specified name.static MeasurementScale[]MeasurementScale. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MeasurementScale in org.omg.smm.impl
Methods in org.omg.smm.impl that return MeasurementScale Modifier and Type Method Description MeasurementScaleSmmFactoryImpl. createMeasurementScaleFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)