|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobSubmission.JobSubmissionType | |
---|---|
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 JobSubmission.JobSubmissionType in com.sas.hls.job |
---|
Methods in com.sas.hls.job that return JobSubmission.JobSubmissionType | |
---|---|
JobSubmission.JobSubmissionType |
JobSubmission.getSubmissionType()
Get the submission type of this job submission. |
static JobSubmission.JobSubmissionType |
JobSubmission.JobSubmissionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobSubmission.JobSubmissionType[] |
JobSubmission.JobSubmissionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sas.hls.job with parameters of type JobSubmission.JobSubmissionType | |
---|---|
JobSubmission(String identifier,
JobSubmission.JobSubmissionType submissionType,
String jobPath,
String jobVersion)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |