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