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