Package | Description |
---|---|
fr.inria.aoste.trace | |
fr.inria.aoste.trace.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<EnableStateKind> |
EnableStateKind.VALUES
A public read-only list of all the 'Enable State Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static EnableStateKind |
EnableStateKind.get(int value)
Returns the 'Enable State Kind' literal with the specified integer value
|
static EnableStateKind |
EnableStateKind.get(java.lang.String literal)
Returns the 'Enable State Kind' literal with the specified literal value
|
static EnableStateKind |
EnableStateKind.getByName(java.lang.String name)
Returns the 'Enable State Kind' literal with the specified name
|
EnableStateKind |
EventOccurrence.getEState()
Returns the value of the 'EState' attribute.
|
static EnableStateKind |
EnableStateKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnableStateKind[] |
EnableStateKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventOccurrence.setEState(EnableStateKind value)
Sets the value of the '
EState ' attribute |
Modifier and Type | Method and Description |
---|---|
EnableStateKind |
TraceFactoryImpl.createEnableStateKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
EnableStateKind |
EventOccurrenceImpl.getEState() |
Modifier and Type | Method and Description |
---|---|
void |
EventOccurrenceImpl.setEState(EnableStateKind newEState) |