Uses of Class
net.anwiba.commons.workflow.state.StateType
-
Packages that use StateType Package Description net.anwiba.commons.workflow.state -
-
Uses of StateType in net.anwiba.commons.workflow.state
Methods in net.anwiba.commons.workflow.state that return StateType Modifier and Type Method Description static StateTypeStateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StateType[]StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-