public static enum BTCETransHistoryResult.Status extends Enum<BTCETransHistoryResult.Status>
Modifier and Type | Method and Description |
---|---|
static BTCETransHistoryResult.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTCETransHistoryResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BTCETransHistoryResult.Status entered
public static final BTCETransHistoryResult.Status waiting
public static final BTCETransHistoryResult.Status complete
public static BTCETransHistoryResult.Status[] values()
for (BTCETransHistoryResult.Status c : BTCETransHistoryResult.Status.values()) System.out.println(c);
public static BTCETransHistoryResult.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 © 2012–2018 Xeiam, LLC. All rights reserved.