public static enum BTCETransHistoryResult.Type extends Enum<BTCETransHistoryResult.Type>
Enum Constant and Description |
---|
BTC_deposit |
BTC_withdrawal |
credit |
payment |
reserved0 |
reserved3 |
reserved6 |
reserved7 |
reserved8 |
Modifier and Type | Method and Description |
---|---|
static BTCETransHistoryResult.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTCETransHistoryResult.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BTCETransHistoryResult.Type reserved0
public static final BTCETransHistoryResult.Type BTC_deposit
public static final BTCETransHistoryResult.Type BTC_withdrawal
public static final BTCETransHistoryResult.Type reserved3
public static final BTCETransHistoryResult.Type credit
public static final BTCETransHistoryResult.Type payment
public static final BTCETransHistoryResult.Type reserved6
public static final BTCETransHistoryResult.Type reserved7
public static final BTCETransHistoryResult.Type reserved8
public static BTCETransHistoryResult.Type[] values()
for (BTCETransHistoryResult.Type c : BTCETransHistoryResult.Type.values()) System.out.println(c);
public static BTCETransHistoryResult.Type 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–2017 Xeiam, LLC. All rights reserved.