public static enum PaymentChannelClientState.State extends Enum<PaymentChannelClientState.State>
Enum Constant and Description |
---|
CLOSED |
EXPIRED |
INITIATED |
NEW |
PROVIDE_MULTISIG_CONTRACT_TO_SERVER |
READY |
SAVE_STATE_IN_WALLET |
UNINITIALISED |
WAITING_FOR_SIGNED_REFUND |
Modifier and Type | Method and Description |
---|---|
static PaymentChannelClientState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentChannelClientState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentChannelClientState.State UNINITIALISED
public static final PaymentChannelClientState.State NEW
public static final PaymentChannelClientState.State INITIATED
public static final PaymentChannelClientState.State WAITING_FOR_SIGNED_REFUND
public static final PaymentChannelClientState.State SAVE_STATE_IN_WALLET
public static final PaymentChannelClientState.State PROVIDE_MULTISIG_CONTRACT_TO_SERVER
public static final PaymentChannelClientState.State READY
public static final PaymentChannelClientState.State EXPIRED
public static final PaymentChannelClientState.State CLOSED
public static PaymentChannelClientState.State[] values()
for (PaymentChannelClientState.State c : PaymentChannelClientState.State.values()) System.out.println(c);
public static PaymentChannelClientState.State valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.