@Deprecated public enum StateType extends Enum<StateType>
| Enum Constant and Description |
|---|
CHOICE
Deprecated.
Choice State
|
COMPENSATION_TRIGGER
Deprecated.
CompensationTrigger State
|
FAIL
Deprecated.
Fail State
|
LOOP_START
Deprecated.
LoopStart State
|
SCRIPT_TASK
Deprecated.
ScriptTask State
|
SERVICE_TASK
Deprecated.
ServiceTask State
|
SUB_MACHINE_COMPENSATION
Deprecated.
CompensateSubMachine State
|
SUB_STATE_MACHINE
Deprecated.
SubStateMachine State
|
SUCCEED
Deprecated.
Succeed State
|
| Modifier and Type | Method and Description |
|---|---|
static StateType |
getStateType(String value)
Deprecated.
|
String |
getValue()
Deprecated.
|
StateType |
unwrap()
Deprecated.
|
static StateType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StateType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StateType |
wrap(StateType target)
Deprecated.
|
public static final StateType SERVICE_TASK
public static final StateType CHOICE
public static final StateType FAIL
public static final StateType SUCCEED
public static final StateType COMPENSATION_TRIGGER
public static final StateType SUB_STATE_MACHINE
public static final StateType SUB_MACHINE_COMPENSATION
public static final StateType SCRIPT_TASK
public static final StateType LOOP_START
public static StateType[] values()
for (StateType c : StateType.values()) System.out.println(c);
public static StateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public StateType unwrap()
Copyright © 2025 Apache. All rights reserved.