| Enum Constant and Description |
|---|
DURATION_CAST |
INT |
NAME |
STRING |
| Modifier and Type | Method and Description |
|---|---|
abstract PropExpression |
getExpression(java.util.LinkedList<PropExpression> inner) |
static java.lang.String |
getRegexp()
regular expression to match any keyword
|
static Keywords |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Keywords[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keywords NAME
public static final Keywords STRING
public static final Keywords INT
public static final Keywords DURATION_CAST
public static Keywords[] values()
for (Keywords c : Keywords.values()) System.out.println(c);
public static Keywords valueOf(java.lang.String name)
java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullname - the name of the enum constant to be returned.public abstract PropExpression getExpression(java.util.LinkedList<PropExpression> inner) throws ParseException
ParseExceptionpublic static java.lang.String getRegexp()