public static enum Operation.AutoSignState extends java.lang.Enum<Operation.AutoSignState>
Enum Constant and Description |
---|
Aware
Начиная с данной операции, может быть инициирована цепочка автоматических подтверждений операций с идентичным
идентификатором прикладной системы, возвращаемым методом
Operation.AppSystemInfo.getClientId() |
Disabled
Автоматическое подтверждение для данной операции недоступно
|
Enabled
Данная операция может быть подтверждена автоматически
|
Modifier and Type | Method and Description |
---|---|
static Operation.AutoSignState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.AutoSignState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operation.AutoSignState Aware
Operation.AppSystemInfo.getClientId()
public static final Operation.AutoSignState Enabled
public static final Operation.AutoSignState Disabled
public static Operation.AutoSignState[] values()
for (Operation.AutoSignState c : Operation.AutoSignState.values()) System.out.println(c);
public static Operation.AutoSignState 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