Package | Description |
---|---|
org.springframework.batch.core |
Core domain context for Spring Batch covering jobs, steps,
configuration and execution abstractions.
|
Modifier and Type | Method and Description |
---|---|
JobParameter.ParameterType |
JobParameter.getType() |
static JobParameter.ParameterType |
JobParameter.ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobParameter.ParameterType[] |
JobParameter.ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Pivotal. All rights reserved.