Uses of Class
org.corpus_tools.pepper.common.JOB_STATUS
-
Packages that use JOB_STATUS Package Description org.corpus_tools.pepper.common -
-
Uses of JOB_STATUS in org.corpus_tools.pepper.common
Fields in org.corpus_tools.pepper.common declared as JOB_STATUS Modifier and Type Field Description protected JOB_STATUSPepperJob. statusstatus of jobMethods in org.corpus_tools.pepper.common that return JOB_STATUS Modifier and Type Method Description JOB_STATUSPepperJob. getStatus()Returns the current status of this job.static JOB_STATUSJOB_STATUS. valueOf(String name)Returns the enum constant of this type with the specified name.static JOB_STATUS[]JOB_STATUS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-