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