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