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