public static enum BitsoTransfer.STATUS extends Enum<BitsoTransfer.STATUS>
| Enum Constant and Description |
|---|
completed |
confirming |
expired |
pending |
| Modifier and Type | Method and Description |
|---|---|
static BitsoTransfer.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitsoTransfer.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitsoTransfer.STATUS pending
public static final BitsoTransfer.STATUS confirming
public static final BitsoTransfer.STATUS completed
public static final BitsoTransfer.STATUS expired
public static BitsoTransfer.STATUS[] values()
for (BitsoTransfer.STATUS c : BitsoTransfer.STATUS.values()) System.out.println(c);
public static BitsoTransfer.STATUS 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 © 2017. All rights reserved.