| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<MeasurementScale> |
MeasurementScale.VALUES
A public read-only list of all the 'Measurement Scale' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasurementScale |
MeasurementScale.get(int value)
Returns the 'Measurement Scale' literal with the specified integer value.
|
static MeasurementScale |
MeasurementScale.get(String literal)
Returns the 'Measurement Scale' literal with the specified literal value.
|
static MeasurementScale |
MeasurementScale.getByName(String name)
Returns the 'Measurement Scale' literal with the specified name.
|
static MeasurementScale |
MeasurementScale.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.
|
| Modifier and Type | Method and Description |
|---|---|
MeasurementScale |
SmmFactoryImpl.createMeasurementScaleFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Copyright © 2018–2020 Atlanmod. All rights reserved.