@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public enum BundleType
extends java.lang.Enum<BundleType>
Java class for BundleType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BundleType">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BoundSet"/>
<enumeration value="Box"/>
<enumeration value="Carton"/>
<enumeration value="CollectedStack"/>
<enumeration value="CompensatedStack"/>
<enumeration value="Product"/>
<enumeration value="Pallet"/>
<enumeration value="Roll"/>
<enumeration value="Sheet"/>
<enumeration value="Stack"/>
<enumeration value="StrappedStack"/>
<enumeration value="StrappedCompensatedStack"/>
<enumeration value="WrappedBundle"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BOUND_SET |
BOX |
CARTON |
COLLECTED_STACK |
COMPENSATED_STACK |
PALLET |
PRODUCT |
ROLL |
SHEET |
STACK |
STRAPPED_COMPENSATED_STACK |
STRAPPED_STACK |
WRAPPED_BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
static BundleType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static BundleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleType BOUND_SET
public static final BundleType BOX
public static final BundleType CARTON
public static final BundleType COLLECTED_STACK
public static final BundleType COMPENSATED_STACK
public static final BundleType PRODUCT
public static final BundleType PALLET
public static final BundleType ROLL
public static final BundleType SHEET
public static final BundleType STACK
public static final BundleType STRAPPED_STACK
public static final BundleType STRAPPED_COMPENSATED_STACK
public static final BundleType WRAPPED_BUNDLE
public static BundleType[] values()
for (BundleType c : BundleType.values()) System.out.println(c);
public static BundleType 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 BundleType fromValue(java.lang.String v)