Package | Description |
---|---|
fr.inria.aoste.trace | |
fr.inria.aoste.trace.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<FiredStateKind> |
FiredStateKind.VALUES
A public read-only list of all the 'Fired State Kind' enumerators
|
Modifier and Type | Method and Description |
---|---|
static FiredStateKind |
FiredStateKind.get(int value)
Returns the 'Fired State Kind' literal with the specified integer value
|
static FiredStateKind |
FiredStateKind.get(java.lang.String literal)
Returns the 'Fired State Kind' literal with the specified literal value
|
static FiredStateKind |
FiredStateKind.getByName(java.lang.String name)
Returns the 'Fired State Kind' literal with the specified name
|
FiredStateKind |
EventOccurrence.getFState()
Returns the value of the 'FState' attribute.
|
static FiredStateKind |
FiredStateKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FiredStateKind[] |
FiredStateKind.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.setFState(FiredStateKind value)
Sets the value of the '
FState ' attribute |
Modifier and Type | Method and Description |
---|---|
FiredStateKind |
TraceFactoryImpl.createFiredStateKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FiredStateKind |
EventOccurrenceImpl.getFState() |
Modifier and Type | Method and Description |
---|---|
void |
EventOccurrenceImpl.setFState(FiredStateKind newFState) |