public static enum FeatureSet.Feature extends java.lang.Enum<FeatureSet.Feature>
Enum Constant and Description |
---|
FIELDS_FILTERING |
NO_PAGING |
PAGING |
Modifier and Type | Method and Description |
---|---|
static FeatureSet.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureSet.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureSet.Feature NO_PAGING
public static final FeatureSet.Feature PAGING
public static final FeatureSet.Feature FIELDS_FILTERING
public static FeatureSet.Feature[] values()
for (FeatureSet.Feature c : FeatureSet.Feature.values()) System.out.println(c);
public static FeatureSet.Feature 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 null