Uses of Class
org.springframework.batch.core.JobParameter.ParameterType

Packages that use JobParameter.ParameterType
org.springframework.batch.core Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. 
 

Uses of JobParameter.ParameterType in org.springframework.batch.core
 

Methods in org.springframework.batch.core that return JobParameter.ParameterType
 JobParameter.ParameterType JobParameter.getType()
           
static JobParameter.ParameterType JobParameter.ParameterType.valueOf(java.lang.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're declared.
 



Copyright © 2009. All Rights Reserved.