public static enum CoinfloorUserTransaction.TransactionType extends Enum<CoinfloorUserTransaction.TransactionType>
| Enum Constant and Description |
|---|
DEPOSIT |
TRADE |
UNKNOWN |
WITHDRAWAL |
| Modifier and Type | Method and Description |
|---|---|
static CoinfloorUserTransaction.TransactionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoinfloorUserTransaction.TransactionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoinfloorUserTransaction.TransactionType DEPOSIT
public static final CoinfloorUserTransaction.TransactionType WITHDRAWAL
public static final CoinfloorUserTransaction.TransactionType TRADE
public static final CoinfloorUserTransaction.TransactionType UNKNOWN
public static CoinfloorUserTransaction.TransactionType[] values()
for (CoinfloorUserTransaction.TransactionType c : CoinfloorUserTransaction.TransactionType.values()) System.out.println(c);
public static CoinfloorUserTransaction.TransactionType 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 Knowm Inc.. All rights reserved.