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