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