| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Accumulator> |
Accumulator.VALUES
A public read-only list of all the 'Accumulator' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Accumulator |
Accumulator.get(int value)
Returns the 'Accumulator' literal with the specified integer value.
|
static Accumulator |
Accumulator.get(String literal)
Returns the 'Accumulator' literal with the specified literal value.
|
Accumulator |
CollectiveMeasure.getAccumulator()
Returns the value of the 'Accumulator' attribute.
|
static Accumulator |
Accumulator.getByName(String name)
Returns the 'Accumulator' literal with the specified name.
|
static Accumulator |
Accumulator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accumulator[] |
Accumulator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectiveMeasure.setAccumulator(Accumulator value)
Sets the value of the '
Accumulator' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Accumulator |
CollectiveMeasureImpl.accumulator
The cached value of the '
Accumulator' attribute. |
protected static Accumulator |
CollectiveMeasureImpl.ACCUMULATOR_EDEFAULT
The default value of the '
Accumulator' attribute. |
| Modifier and Type | Method and Description |
|---|---|
Accumulator |
SmmFactoryImpl.createAccumulatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Accumulator |
CollectiveMeasureImpl.getAccumulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectiveMeasureImpl.setAccumulator(Accumulator newAccumulator) |
Copyright © 2018–2020 Atlanmod. All rights reserved.