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