Uses of Class
io.imast.work4j.model.JobStatus
-
Packages that use JobStatus Package Description io.imast.work4j.model -
-
Uses of JobStatus in io.imast.work4j.model
Methods in io.imast.work4j.model that return JobStatus Modifier and Type Method Description static JobStatusJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatus[]JobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-