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