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