Uses of Class
org.openiam.bpm.util.StepStatus
-
Packages that use StepStatus Package Description org.openiam.bpm.util -
-
Uses of StepStatus in org.openiam.bpm.util
Methods in org.openiam.bpm.util that return StepStatus Modifier and Type Method Description static StepStatus
StepStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static StepStatus[]
StepStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-