public static enum JobParameterFull.JobParameterType extends Enum<JobParameterFull.JobParameterType>
Enum Constant and Description |
---|
BOOLEAN |
DATE |
DOUBLE |
ENUMERATION |
FLOAT |
INTEGER |
SQL_STATEMENT |
STRING |
Modifier and Type | Method and Description |
---|---|
static JobParameterFull.JobParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobParameterFull.JobParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobParameterFull.JobParameterType STRING
public static final JobParameterFull.JobParameterType DATE
public static final JobParameterFull.JobParameterType DOUBLE
public static final JobParameterFull.JobParameterType FLOAT
public static final JobParameterFull.JobParameterType INTEGER
public static final JobParameterFull.JobParameterType BOOLEAN
public static final JobParameterFull.JobParameterType SQL_STATEMENT
public static final JobParameterFull.JobParameterType ENUMERATION
public static JobParameterFull.JobParameterType[] values()
for (JobParameterFull.JobParameterType c : JobParameterFull.JobParameterType.values()) System.out.println(c);
public static JobParameterFull.JobParameterType 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 nullCopyright © 2016. All rights reserved.