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