mondrian.test
static enum TestContext.DataSet extends Enum<TestContext.DataSet>
Enum Constant and Description |
---|
ANALYZER_FOODMART |
FOODMART |
LEGACY_FOODMART |
STEELWHEELS |
Modifier and Type | Method and Description |
---|---|
static TestContext.DataSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestContext.DataSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestContext.DataSet FOODMART
public static final TestContext.DataSet STEELWHEELS
public static final TestContext.DataSet LEGACY_FOODMART
public static final TestContext.DataSet ANALYZER_FOODMART
public static TestContext.DataSet[] values()
for (TestContext.DataSet c : TestContext.DataSet.values()) System.out.println(c);
public static TestContext.DataSet 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 null