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