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