public enum OptionTypeListType extends Enum<OptionTypeListType>
| Enum Constant and Description |
|---|
EMI |
FULL |
NOOPTIONTYPE |
VARIABLE |
| Modifier and Type | Method and Description |
|---|---|
static OptionTypeListType |
fromValue(String v) |
String |
getValue() |
static OptionTypeListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionTypeListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptionTypeListType NOOPTIONTYPE
public static final OptionTypeListType FULL
public static final OptionTypeListType EMI
public static final OptionTypeListType VARIABLE
public static OptionTypeListType[] values()
for (OptionTypeListType c : OptionTypeListType.values()) System.out.println(c);
public static OptionTypeListType 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 static OptionTypeListType fromValue(String v)
Copyright © 2017. All Rights Reserved.