public static enum OperationInfo.Action.ActionStatus extends java.lang.Enum<OperationInfo.Action.ActionStatus>
| Enum Constant and Description |
|---|
Approved
Одобрено пользователем
|
Considering
Ожидает одобрение
|
Declined
Отклонено пользователем
|
Error
При выполнении действия возникла ошибка
|
Postponed
Отложено пользователем
|
| Modifier and Type | Method and Description |
|---|---|
static OperationInfo.Action.ActionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationInfo.Action.ActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationInfo.Action.ActionStatus Considering
public static final OperationInfo.Action.ActionStatus Approved
public static final OperationInfo.Action.ActionStatus Declined
public static final OperationInfo.Action.ActionStatus Postponed
public static final OperationInfo.Action.ActionStatus Error
public static OperationInfo.Action.ActionStatus[] values()
for (OperationInfo.Action.ActionStatus c : OperationInfo.Action.ActionStatus.values()) System.out.println(c);
public static OperationInfo.Action.ActionStatus 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