|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterType | |
---|---|
com.sas.hls.job | Provides the classes needed to create, update, and get jobs as well as execute them and get their status |
Uses of ParameterType in com.sas.hls.job |
---|
Methods in com.sas.hls.job that return ParameterType | |
---|---|
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. |
Methods in com.sas.hls.job with parameters of type ParameterType | |
---|---|
void |
JobParameter.setType(ParameterType type)
Set the type of the parameter. |
void |
ParameterValue.setType(ParameterType type)
Set the type of the parameter. |
Constructors in com.sas.hls.job with parameters of type ParameterType | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |