public static enum StateMachine.Status extends Enum<StateMachine.Status>
| Modifier and Type | Method and Description |
|---|---|
String |
getStatusString()
Gets status string.
|
StateMachine.Status |
unwrap()
Unwrap org . apache . seata . saga . statelang . domain . state machine . status.
|
static StateMachine.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachine.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static StateMachine.Status |
wrap(StateMachine.Status target)
Wrap status.
|
public static final StateMachine.Status AC
public static final StateMachine.Status IN
public static StateMachine.Status[] values()
for (StateMachine.Status c : StateMachine.Status.values()) System.out.println(c);
public static StateMachine.Status 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 getStatusString()
public static StateMachine.Status wrap(StateMachine.Status target)
target - the targetpublic StateMachine.Status unwrap()
Copyright © 2025 Apache. All rights reserved.