Uses of Class
com.sas.hls.job.JobStatus.DetailStatus

Packages that use JobStatus.DetailStatus
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 JobStatus.DetailStatus in com.sas.hls.job
 

Methods in com.sas.hls.job that return JobStatus.DetailStatus
 JobStatus.DetailStatus JobStatus.getDetailStatus()
          Get the detail status.
static JobStatus.DetailStatus JobStatus.DetailStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStatus.DetailStatus[] JobStatus.DetailStatus.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 JobStatus.DetailStatus
 void JobStatus.setDetailStatus(JobStatus.DetailStatus detailStatus)
          Set the detail status.
 

Constructors in com.sas.hls.job with parameters of type JobStatus.DetailStatus
JobStatus(JobStatus.SummaryStatus summaryStatus, JobStatus.DetailStatus detailStatus, String statusMessage)
          Constructor
 



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA