public static enum FormModel.DatasetSelector extends Enum<FormModel.DatasetSelector>
| Enum Constant and Description |
|---|
ALT_DATASET |
MAIN_DATASET |
| Modifier and Type | Method and Description |
|---|---|
static FormModel.DatasetSelector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormModel.DatasetSelector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormModel.DatasetSelector MAIN_DATASET
public static final FormModel.DatasetSelector ALT_DATASET
public static FormModel.DatasetSelector[] values()
for (FormModel.DatasetSelector c : FormModel.DatasetSelector.values()) System.out.println(c);
public static FormModel.DatasetSelector 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 nullCopyright © 2010 - 2020 Adobe. All Rights Reserved