Uses of Class
org.bibalex.daf.entities.job.Job.JobOldOrNew

Packages that use Job.JobOldOrNew
org.bibalex.daf.entities.job   
 

Uses of Job.JobOldOrNew in org.bibalex.daf.entities.job
 

Methods in org.bibalex.daf.entities.job that return Job.JobOldOrNew
 Job.JobOldOrNew Job.getJobOldOrNewState()
          Retrieves wether this Job is Checked-Out or still in the System.
static Job.JobOldOrNew Job.JobOldOrNew.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Job.JobOldOrNew[] Job.JobOldOrNew.values()
          Returns an array containing the constants of this enum type, in the order they're declared.