Enum WorkflowStatusEnumeration

  • All Implemented Interfaces:
    Serializable, Comparable<WorkflowStatusEnumeration>

    public enum WorkflowStatusEnumeration
    extends Enum<WorkflowStatusEnumeration>

    Java class for WorkflowStatusEnumeration.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="WorkflowStatusEnumeration">
       <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
         <enumeration value="draft"/>
         <enumeration value="approvedDraft"/>
         <enumeration value="open"/>
         <enumeration value="published"/>
         <enumeration value="closing"/>
         <enumeration value="closed"/>
       </restriction>
     </simpleType>