public static enum OperationInfo.Action.ActionState extends java.lang.Enum<OperationInfo.Action.ActionState>
Enum Constant and Description |
---|
Error
Ошибка обработки
|
Executed
Выполнено
|
Executing
Выполняется
|
Pending
Ожидает одобрения
|
Modifier and Type | Method and Description |
---|---|
static OperationInfo.Action.ActionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationInfo.Action.ActionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationInfo.Action.ActionState Pending
public static final OperationInfo.Action.ActionState Executing
public static final OperationInfo.Action.ActionState Executed
public static final OperationInfo.Action.ActionState Error
public static OperationInfo.Action.ActionState[] values()
for (OperationInfo.Action.ActionState c : OperationInfo.Action.ActionState.values()) System.out.println(c);
public static OperationInfo.Action.ActionState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null