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