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