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