Class SimpleJobParameter

java.lang.Object
com.polarion.platform.jobs.spi.AbstractJobParameter
com.polarion.platform.jobs.spi.SimpleJobParameter
All Implemented Interfaces:
IJobDescriptor.IJobParameter

public class SimpleJobParameter extends AbstractJobParameter
Simple IJobDescriptor.IJobParameter.

Value passed to convertValue(Object) can be one of these:

If arbitrary object is passed then single-string-argument constructor of associated IJobDescriptor.IJobParameterType.getTypeClass() is invoked with stringified object.

Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
See Also: