Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
|
Modifier and Type | Method and Description |
---|---|
JobParameter.ParameterType |
JobParameter.getType()
Gets the type of the parameter.
|
JobParameter.ParameterType |
ParameterValue.getType()
Gets the type of the parameter.
|
static JobParameter.ParameterType |
JobParameter.ParameterType.valueOf(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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobParameter.setType(JobParameter.ParameterType type)
Sets the type of the parameter.
|
void |
ParameterValue.setType(JobParameter.ParameterType type)
Sets the type of the parameter.
|
Constructor and Description |
---|
JobParameter(String name,
String label,
JobParameter.ParameterType type)
The constructor.
|
JobParameter(String name,
String label,
JobParameter.ParameterType type,
Serializable defaultValue)
The constructor.
|
ParameterValue(String name,
Serializable value,
JobParameter.ParameterType type)
The constructor.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>