| Package | Description |
|---|---|
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
TerminatedActivityState.TerminatedState |
TerminatedActivityState.getTerminatedState()
Gets the state of the activity after its termination.
|
static TerminatedActivityState.TerminatedState |
TerminatedActivityState.TerminatedState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TerminatedActivityState.TerminatedState[] |
TerminatedActivityState.TerminatedState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TerminatedActivityState(TerminatedActivityState.TerminatedState state)
Creates a new a
TerminatedActivityState for the designated
(simple) terminated state. |