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