public static enum DecompSubprobLP.ALGORITHM2 extends java.lang.Enum<DecompSubprobLP.ALGORITHM2> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
DS |
DUAL |
DUAL_SIMPLEX |
DUAL_SPX |
PRIMAL |
PRIMAL_SIMPLEX |
PRIMAL_SPX |
PS |
Modifier and Type | Method and Description |
---|---|
static DecompSubprobLP.ALGORITHM2 |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static DecompSubprobLP.ALGORITHM2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecompSubprobLP.ALGORITHM2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecompSubprobLP.ALGORITHM2 DS
public static final DecompSubprobLP.ALGORITHM2 DUAL
public static final DecompSubprobLP.ALGORITHM2 DUAL_SIMPLEX
public static final DecompSubprobLP.ALGORITHM2 DUAL_SPX
public static final DecompSubprobLP.ALGORITHM2 PRIMAL
public static final DecompSubprobLP.ALGORITHM2 PRIMAL_SIMPLEX
public static final DecompSubprobLP.ALGORITHM2 PRIMAL_SPX
public static final DecompSubprobLP.ALGORITHM2 PS
public static DecompSubprobLP.ALGORITHM2[] values()
for (DecompSubprobLP.ALGORITHM2 c : DecompSubprobLP.ALGORITHM2.values()) System.out.println(c);
public static DecompSubprobLP.ALGORITHM2 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.ALGORITHM2 getByValue(java.lang.String value)