public static enum ILPMinerSettings.SolverSetting extends java.lang.Enum<ILPMinerSettings.SolverSetting>
| Enum Constant and Description |
|---|
LICENSE_DIR |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static ILPMinerSettings.SolverSetting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILPMinerSettings.SolverSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILPMinerSettings.SolverSetting TYPE
public static final ILPMinerSettings.SolverSetting LICENSE_DIR
public static ILPMinerSettings.SolverSetting[] values()
for (ILPMinerSettings.SolverSetting c : ILPMinerSettings.SolverSetting.values()) System.out.println(c);
public static ILPMinerSettings.SolverSetting 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 null