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