public class JobSetStepProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECT_OUTPUT
Deprecated.
Not supported.
|
static String |
SELECT_STATE
Deprecated.
Replaced by
SystemProperty.SELECT_STATE |
static String |
STATE_EVALUATOR
Deprecated.
Not supported.
|
| Constructor and Description |
|---|
JobSetStepProperty() |
| Modifier and Type | Method and Description |
|---|---|
static Set |
getNames()
Returns the names of the step properties.
|
static ParameterInfo |
getStepPropInfo(String name)
Returns the detailed information for the step property
identified by the given name.
|
static Object |
getTypedObject(String propName,
String val)
Returns the given value converted into the appropriate type
for the given property name.
|
static boolean |
isStepProp(String name)
Determines if the given name is a JobSetStepProperty.
|
@Deprecated public static final String SELECT_OUTPUT
@Deprecated public static final String SELECT_STATE
SystemProperty.SELECT_STATE
The property datatype is
BOOLEAN.
@Deprecated public static final String STATE_EVALUATOR
Defines the state evaluator class for the step.
The property datatype is
STRING.
public static Set getNames()
public static boolean isStepProp(String name)
public static ParameterInfo getStepPropInfo(String name)
null if no such step property exists.public static Object getTypedObject(String propName, String val) throws ValidationException
propName - name of the property.val - the value to convert into the correct type for the property.null if the property name is not a valid JobSetStepProperty
name.ValidationException - if val has an unsupported
datype or a conversion error occurs.