public static enum DataSet.Field extends Enum<DataSet.Field>
| Enum Constant and Description |
|---|
active |
dataSet |
dataSets |
displayable |
id |
logPe |
| Modifier and Type | Method and Description |
|---|---|
static DataSet.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSet.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSet.Field dataSets
public static final DataSet.Field dataSet
public static final DataSet.Field id
public static final DataSet.Field active
public static final DataSet.Field displayable
public static final DataSet.Field logPe
public static DataSet.Field[] values()
for (DataSet.Field c : DataSet.Field.values()) System.out.println(c);
public static DataSet.Field 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 © 2022. All rights reserved.