public enum WalletState extends java.lang.Enum<WalletState>
Stateservice.WalletState| Enum Constant and Description |
|---|
LOCKED |
NON_EXISTING |
RPC_ACTIVE |
SERVER_ACTIVE |
UNLOCKED |
WAITING_TO_START |
| Modifier and Type | Method and Description |
|---|---|
Stateservice.WalletState |
getApiObject() |
static WalletState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WalletState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static WalletState |
wrap(Stateservice.WalletState apiObject) |
public static final WalletState NON_EXISTING
public static final WalletState LOCKED
public static final WalletState UNLOCKED
public static final WalletState RPC_ACTIVE
public static final WalletState SERVER_ACTIVE
public static final WalletState WAITING_TO_START
public static WalletState[] values()
for (WalletState c : WalletState.values()) System.out.println(c);
public static WalletState 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 nullpublic Stateservice.WalletState getApiObject()
public static WalletState wrap(Stateservice.WalletState apiObject)