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