Uses of Enum Class
com.sas.lsaf.execution.job.JobParameter.ParameterType
Packages that use JobParameter.ParameterType
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of JobParameter.ParameterType in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return JobParameter.ParameterTypeModifier and TypeMethodDescriptionJobParameter.getType()Gets the type of the parameter.ParameterValue.getType()Gets the type of the parameter.static JobParameter.ParameterTypeReturns the enum constant of this class with the specified name.static JobParameter.ParameterType[]JobParameter.ParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sas.lsaf.execution.job with parameters of type JobParameter.ParameterTypeModifier and TypeMethodDescriptionvoidJobParameter.setType(JobParameter.ParameterType type) Sets the type of the parameter.voidParameterValue.setType(JobParameter.ParameterType type) Sets the type of the parameter.Constructors in com.sas.lsaf.execution.job with parameters of type JobParameter.ParameterTypeModifierConstructorDescriptionJobParameter(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.