@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public static enum Assembly.Order
extends java.lang.Enum<Assembly.Order>
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="Collecting"/>
<enumeration value="Gathering"/>
<enumeration value="None"/>
<enumeration value="List"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COLLECTING |
GATHERING |
LIST |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static Assembly.Order |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static Assembly.Order |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Assembly.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Assembly.Order COLLECTING
public static final Assembly.Order GATHERING
public static final Assembly.Order NONE
public static final Assembly.Order LIST
public static Assembly.Order[] values()
for (Assembly.Order c : Assembly.Order.values()) System.out.println(c);
public static Assembly.Order 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 Assembly.Order fromValue(java.lang.String v)