Java org.springframework.batch.core JobParameter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core JobParameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core JobParameter.

The text is from its open source code.

Constructor

JobParameter(String parameter)
Construct a new JobParameter as a String.
JobParameter(Long parameter)
Construct a new JobParameter as a Long.
JobParameter(Date parameter)
Construct a new JobParameter as a Date.
JobParameter(Double parameter)
Construct a new JobParameter as a Double.
JobParameter(String parameter, boolean identifying)
Construct a new JobParameter as a String.
JobParameter(Long parameter, boolean identifying)
Construct a new JobParameter as a Long.
JobParameter(Date parameter, boolean identifying)
Construct a new JobParameter as a Date.
JobParameter(Double parameter, boolean identifying)
Construct a new JobParameter as a Double.

Method

ParameterTypegetType()
ObjectgetValue()
booleanisIdentifying()