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