Uses of Enum Class
org.springframework.batch.core.JobParameter.ParameterType
Packages that use JobParameter.ParameterType
Package
Description
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.ParameterTypeModifier and TypeMethodDescriptionJobParameter.getType()static JobParameter.ParameterTypeReturns the enum constant of this class with the specified name.static JobParameter.ParameterType[]JobParameter.ParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.