| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<ScaleOfMeasurement> |
ScaleOfMeasurement.VALUES
A public read-only list of all the 'Scale Of Measurement' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ScaleOfMeasurement |
ScaleOfMeasurement.get(int value)
Returns the 'Scale Of Measurement' literal with the specified integer value.
|
static ScaleOfMeasurement |
ScaleOfMeasurement.get(String literal)
Returns the 'Scale Of Measurement' literal with the specified literal value.
|
static ScaleOfMeasurement |
ScaleOfMeasurement.getByName(String name)
Returns the 'Scale Of Measurement' literal with the specified name.
|
ScaleOfMeasurement |
Measure.getScale()
Returns the value of the 'Scale' attribute.
|
static ScaleOfMeasurement |
ScaleOfMeasurement.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Measure.setScale(ScaleOfMeasurement value)
Sets the value of the '
Scale' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected ScaleOfMeasurement |
MeasureImpl.scale
The cached value of the '
Scale' attribute. |
protected static ScaleOfMeasurement |
MeasureImpl.SCALE_EDEFAULT
The default value of the '
Scale' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ScaleOfMeasurement |
SmmFactoryImpl.createScaleOfMeasurementFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ScaleOfMeasurement |
MeasureImpl.getScale() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureImpl.setScale(ScaleOfMeasurement newScale) |
Copyright © 2018–2020 Atlanmod. All rights reserved.