@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public static enum ModifyQueueEntryParams.Operation
extends java.lang.Enum<ModifyQueueEntryParams.Operation>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}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>
| Enum Constant and Description |
|---|
ABORT |
COMPLETE |
HOLD |
MOVE |
REMOVE |
RESUME |
SET_GANG |
SUSPEND |
| Modifier and Type | Method and Description |
|---|---|
static ModifyQueueEntryParams.Operation |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ModifyQueueEntryParams.Operation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModifyQueueEntryParams.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModifyQueueEntryParams.Operation ABORT
public static final ModifyQueueEntryParams.Operation COMPLETE
public static final ModifyQueueEntryParams.Operation HOLD
public static final ModifyQueueEntryParams.Operation MOVE
public static final ModifyQueueEntryParams.Operation REMOVE
public static final ModifyQueueEntryParams.Operation RESUME
public static final ModifyQueueEntryParams.Operation SET_GANG
public static final ModifyQueueEntryParams.Operation SUSPEND
public static ModifyQueueEntryParams.Operation[] values()
for (ModifyQueueEntryParams.Operation c : ModifyQueueEntryParams.Operation.values()) System.out.println(c);
public static ModifyQueueEntryParams.Operation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static ModifyQueueEntryParams.Operation fromValue(java.lang.String v)