protected static enum Group.PropertyKeys extends Enum<Group.PropertyKeys>
Enum Constant and Description |
---|
groupBy |
itemSortField |
itemSortFunction |
itemSortOrder |
rowIndexVar |
sortField |
sortFunction |
sortOrder |
value |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Group.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Group.PropertyKeys value
public static final Group.PropertyKeys groupBy
public static final Group.PropertyKeys itemSortField
public static final Group.PropertyKeys itemSortOrder
public static final Group.PropertyKeys sortOrder
public static final Group.PropertyKeys sortField
public static final Group.PropertyKeys rowIndexVar
public static final Group.PropertyKeys sortFunction
public static final Group.PropertyKeys itemSortFunction
public static Group.PropertyKeys[] values()
for (Group.PropertyKeys c : Group.PropertyKeys.values()) System.out.println(c);
public static Group.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Group.PropertyKeys>
Copyright © 2015. All rights reserved.