Uses of Class
org.peace_tools.workspace.JobBase.JobStatusType

Packages that use JobBase.JobStatusType
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of JobBase.JobStatusType in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace declared as JobBase.JobStatusType
protected  JobBase.JobStatusType JobBase.status
          The current runtime status of this job.
 

Methods in org.peace_tools.workspace that return JobBase.JobStatusType
 JobBase.JobStatusType JobBase.getStatus()
          Obtain the current status set for this job.
static JobBase.JobStatusType JobBase.JobStatusType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobBase.JobStatusType[] JobBase.JobStatusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.peace_tools.workspace with parameters of type JobBase.JobStatusType
 void JobBase.setStatus(JobBase.JobStatusType status)
          Change the status for this job.
 void Job.setStatus(JobBase.JobStatusType status)
          Change the status for this job.