public static enum AbstractDataType.ControlField extends Enum<AbstractDataType.ControlField>
Modifier and Type | Method and Description |
---|---|
static AbstractDataType.ControlField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDataType.ControlField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDataType.ControlField ID
public static final AbstractDataType.ControlField LIMIT
public static final AbstractDataType.ControlField PAGE
public static AbstractDataType.ControlField[] values()
for (AbstractDataType.ControlField c : AbstractDataType.ControlField.values()) System.out.println(c);
public static AbstractDataType.ControlField 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 © 2014 Leonard UK Ltd. All rights reserved.