public static enum OperationsManager.SignMode extends java.lang.Enum<OperationsManager.SignMode>
| Enum Constant and Description |
|---|
Offline
Вернуть объект подтверждение / отмены в вызывающее приложение
|
Online
Отправлять подтверждение / отмену на сервер для генерации подписи
|
| Modifier and Type | Method and Description |
|---|---|
static OperationsManager.SignMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationsManager.SignMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationsManager.SignMode Online
public static final OperationsManager.SignMode Offline
public static OperationsManager.SignMode[] values()
for (OperationsManager.SignMode c : OperationsManager.SignMode.values()) System.out.println(c);
public static OperationsManager.SignMode 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