public enum StartSolverEnum extends Enum<StartSolverEnum>
| Enum Constant and Description |
|---|
SOLVER_LINE_PARAM_LINE |
SOLVER_LINE_PARAM_REMOTE |
SOLVER_LIST_PARAM_DEFAULT |
SOLVER_LIST_PARAM_REMOTE |
| Modifier and Type | Method and Description |
|---|---|
static StartSolverEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartSolverEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartSolverEnum SOLVER_LINE_PARAM_LINE
public static final StartSolverEnum SOLVER_LINE_PARAM_REMOTE
public static final StartSolverEnum SOLVER_LIST_PARAM_DEFAULT
public static final StartSolverEnum SOLVER_LIST_PARAM_REMOTE
public static StartSolverEnum[] values()
for (StartSolverEnum c : StartSolverEnum.values()) System.out.println(c);
public static StartSolverEnum 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 nullCopyright © 2013 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.