Enum Class ModifyQueueEntryParams.Operation

java.lang.Object
java.lang.Enum<ModifyQueueEntryParams.Operation>
org.cip4.lib.xjdf.schema.ModifyQueueEntryParams.Operation
All Implemented Interfaces:
Serializable, Comparable<ModifyQueueEntryParams.Operation>, Constable
Enclosing class:
ModifyQueueEntryParams

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public static enum ModifyQueueEntryParams.Operation extends Enum<ModifyQueueEntryParams.Operation>

Java class for null.

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

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
     <enumeration value="Abort"/>
     <enumeration value="Complete"/>
     <enumeration value="Hold"/>
     <enumeration value="Move"/>
     <enumeration value="Remove"/>
     <enumeration value="Resume"/>
     <enumeration value="SetGang"/>
     <enumeration value="Suspend"/>
   </restriction>
 </simpleType>