public static enum Config.WorkingMode extends Enum<Config.WorkingMode>
Enum Constant and Description |
---|
NO_MORRE |
NORMAL |
TEMPLATE_CONFIG |
TEST |
Modifier and Type | Method and Description |
---|---|
static Config.WorkingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.WorkingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.WorkingMode NORMAL
public static final Config.WorkingMode TEMPLATE_CONFIG
public static final Config.WorkingMode TEST
public static final Config.WorkingMode NO_MORRE
public static Config.WorkingMode[] values()
for (Config.WorkingMode c : Config.WorkingMode.values()) System.out.println(c);
public static Config.WorkingMode 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 © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.