Uses of Class
com.redhat.parodos.workflow.enums.WorkStatus
-
Packages that use WorkStatus Package Description com.redhat.parodos.workflow.enums -
-
Uses of WorkStatus in com.redhat.parodos.workflow.enums
Methods in com.redhat.parodos.workflow.enums that return WorkStatus Modifier and Type Method Description static WorkStatusWorkStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkStatus[]WorkStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-