public static enum DecompSubprobLP.PRESOLVER extends java.lang.Enum<DecompSubprobLP.PRESOLVER> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
AGGRESSIVE |
AUTOMATIC |
BASIC |
MODERATE |
NONE |
Modifier and Type | Method and Description |
---|---|
static DecompSubprobLP.PRESOLVER |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static DecompSubprobLP.PRESOLVER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecompSubprobLP.PRESOLVER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecompSubprobLP.PRESOLVER AGGRESSIVE
public static final DecompSubprobLP.PRESOLVER AUTOMATIC
public static final DecompSubprobLP.PRESOLVER BASIC
public static final DecompSubprobLP.PRESOLVER MODERATE
public static final DecompSubprobLP.PRESOLVER NONE
public static DecompSubprobLP.PRESOLVER[] values()
for (DecompSubprobLP.PRESOLVER c : DecompSubprobLP.PRESOLVER.values()) System.out.println(c);
public static DecompSubprobLP.PRESOLVER valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
getValue
in interface CASActionOptions.EnumValue
public static DecompSubprobLP.PRESOLVER getByValue(java.lang.String value)