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