public static enum GwoExperimentType.Value extends Enum<GwoExperimentType.Value>
| Enum Constant and Description |
|---|
AB
AB experiment type.
|
MULTIVARIATE
Multivariate experiment type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toValue()
Returns the value used in the XML.
|
static GwoExperimentType.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GwoExperimentType.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GwoExperimentType.Value AB
public static final GwoExperimentType.Value MULTIVARIATE
public static GwoExperimentType.Value[] values()
for (GwoExperimentType.Value c : GwoExperimentType.Value.values()) System.out.println(c);
public static GwoExperimentType.Value 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 nullpublic String toValue()
Copyright © 2012. All Rights Reserved.