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