public static enum BatchFuturesOrder.AutoSizeEnum extends Enum<BatchFuturesOrder.AutoSizeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchFuturesOrder.AutoSizeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static BatchFuturesOrder.AutoSizeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static BatchFuturesOrder.AutoSizeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchFuturesOrder.AutoSizeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchFuturesOrder.AutoSizeEnum LONG
public static final BatchFuturesOrder.AutoSizeEnum SHORT
public static BatchFuturesOrder.AutoSizeEnum[] values()
for (BatchFuturesOrder.AutoSizeEnum c : BatchFuturesOrder.AutoSizeEnum.values()) System.out.println(c);
public static BatchFuturesOrder.AutoSizeEnum 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 getValue()
public String toString()
toString in class Enum<BatchFuturesOrder.AutoSizeEnum>public static BatchFuturesOrder.AutoSizeEnum fromValue(String value)
Copyright © 2023. All rights reserved.