public static enum BitsoTransactions.Transaction.SIDE extends Enum<BitsoTransactions.Transaction.SIDE>
| Modifier and Type | Method and Description |
|---|---|
static BitsoTransactions.Transaction.SIDE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitsoTransactions.Transaction.SIDE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitsoTransactions.Transaction.SIDE SELL
public static final BitsoTransactions.Transaction.SIDE BUY
public static BitsoTransactions.Transaction.SIDE[] values()
for (BitsoTransactions.Transaction.SIDE c : BitsoTransactions.Transaction.SIDE.values()) System.out.println(c);
public static BitsoTransactions.Transaction.SIDE 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.