public static enum MtGoxUrlFactory.RestCommand extends Enum<MtGoxUrlFactory.RestCommand>
| Enum Constant and Description |
|---|
FullDepth |
PrivateOrderAdd |
PrivateOrderResult |
PrivateOrders |
Ticker |
| Modifier and Type | Method and Description |
|---|---|
static MtGoxUrlFactory.RestCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MtGoxUrlFactory.RestCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtGoxUrlFactory.RestCommand PrivateOrderAdd
public static final MtGoxUrlFactory.RestCommand PrivateOrderResult
public static final MtGoxUrlFactory.RestCommand PrivateOrders
public static final MtGoxUrlFactory.RestCommand FullDepth
public static final MtGoxUrlFactory.RestCommand Ticker
public static MtGoxUrlFactory.RestCommand[] values()
for (MtGoxUrlFactory.RestCommand c : MtGoxUrlFactory.RestCommand.values()) System.out.println(c);
public static MtGoxUrlFactory.RestCommand 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. All Rights Reserved.