Package | Description |
---|---|
com.sas.hls.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 |
---|---|
ParameterType |
JobParameter.getType()
Get the type of the parameter.
|
ParameterType |
ParameterValue.getType()
Get the type of the parameter.
|
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
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(ParameterType type)
Set the type of the parameter.
|
void |
ParameterValue.setType(ParameterType type)
Set the type of the parameter.
|
Constructor and Description |
---|
JobParameter(String name,
ParameterType type,
String label)
Constructor
|
JobParameter(String name,
Serializable defaultValue,
ParameterType type,
String label)
Constructor
|
ParameterValue(String name,
Serializable value,
ParameterType type)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA