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