public enum SyntaxObjectType extends Enum<SyntaxObjectType>
Enum Constant and Description |
---|
AND |
BEGIN |
COLON |
CONDITION_FIELD |
CONDITION_RELATION |
CONDITION_VALUE |
CROSS_REF_OBJ |
DOT |
END |
OR |
PAGE |
PAGE_VALUE |
SEARCH_OBJECT |
SORT_DIRECTION |
SORT_FIELD |
SORTBY |
Modifier and Type | Method and Description |
---|---|
static SyntaxObjectType |
forValue(int value) |
int |
getValue() |
static SyntaxObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyntaxObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyntaxObjectType BEGIN
public static final SyntaxObjectType SEARCH_OBJECT
public static final SyntaxObjectType COLON
public static final SyntaxObjectType CROSS_REF_OBJ
public static final SyntaxObjectType DOT
public static final SyntaxObjectType CONDITION_FIELD
public static final SyntaxObjectType CONDITION_RELATION
public static final SyntaxObjectType CONDITION_VALUE
public static final SyntaxObjectType OR
public static final SyntaxObjectType AND
public static final SyntaxObjectType SORTBY
public static final SyntaxObjectType SORT_FIELD
public static final SyntaxObjectType SORT_DIRECTION
public static final SyntaxObjectType PAGE
public static final SyntaxObjectType PAGE_VALUE
public static final SyntaxObjectType END
public static SyntaxObjectType[] values()
for (SyntaxObjectType c : SyntaxObjectType.values()) System.out.println(c);
public static SyntaxObjectType 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 int getValue()
public static SyntaxObjectType forValue(int value)
Copyright © 2012. All Rights Reserved.