| Enum Constant and Description | 
|---|
AMOUNT  | 
BROAD_CATEGORY  | 
BROAD_TYPE  | 
CONCISE  | 
CREATOR  | 
EXCLUDE_LOCKED  | 
EXCLUDE_NOT_CERTIFIED  | 
GROUP  | 
LEX_CATEGORY  | 
LEX_TYPE  | 
ORDER  | 
ORDER_BY  | 
START  | 
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
representation  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
repr()  | 
static Filter | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Filter[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Filter START
public static final Filter AMOUNT
public static final Filter ORDER_BY
public static final Filter ORDER
public static final Filter CONCISE
public static final Filter CREATOR
public static final Filter BROAD_CATEGORY
public static final Filter LEX_CATEGORY
public static final Filter LEX_TYPE
public static final Filter BROAD_TYPE
public static final Filter GROUP
public static final Filter EXCLUDE_NOT_CERTIFIED
public static final Filter EXCLUDE_LOCKED
public static Filter[] values()
for (Filter c : Filter.values()) System.out.println(c);
public static Filter 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 nullprotected java.lang.String repr()