Uses of Class
org.omg.smm.Accumulator
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
-
Uses of Accumulator in org.omg.smm
Fields in org.omg.smm with type parameters of type Accumulator Modifier and Type Field Description static List<Accumulator>Accumulator. VALUESA public read-only list of all the 'Accumulator' enumerators.Methods in org.omg.smm that return Accumulator Modifier and Type Method Description static AccumulatorAccumulator. get(int value)Returns the 'Accumulator' literal with the specified integer value.static AccumulatorAccumulator. get(String literal)Returns the 'Accumulator' literal with the specified literal value.AccumulatorCollectiveMeasure. getAccumulator()Returns the value of the 'Accumulator' attribute.static AccumulatorAccumulator. getByName(String name)Returns the 'Accumulator' literal with the specified name.static AccumulatorAccumulator. 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.Methods in org.omg.smm with parameters of type Accumulator Modifier and Type Method Description voidCollectiveMeasure. setAccumulator(Accumulator value)Sets the value of the 'Accumulator' attribute. -
Uses of Accumulator in org.omg.smm.impl
Fields in org.omg.smm.impl declared as Accumulator Modifier and Type Field Description protected AccumulatorCollectiveMeasureImpl. accumulatorThe cached value of the 'Accumulator' attribute.protected static AccumulatorCollectiveMeasureImpl. ACCUMULATOR_EDEFAULTThe default value of the 'Accumulator' attribute.Methods in org.omg.smm.impl that return Accumulator Modifier and Type Method Description AccumulatorSmmFactoryImpl. createAccumulatorFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)AccumulatorCollectiveMeasureImpl. getAccumulator()Methods in org.omg.smm.impl with parameters of type Accumulator Modifier and Type Method Description voidCollectiveMeasureImpl. setAccumulator(Accumulator newAccumulator)