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