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