@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public static enum BundleItem.BundleType
extends java.lang.Enum<BundleItem.BundleType>
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="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 BundleItem.BundleType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static BundleItem.BundleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BundleItem.BundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundleItem.BundleType BOUND_SET
public static final BundleItem.BundleType BOX
public static final BundleItem.BundleType CARTON
public static final BundleItem.BundleType COLLECTED_STACK
public static final BundleItem.BundleType COMPENSATED_STACK
public static final BundleItem.BundleType PRODUCT
public static final BundleItem.BundleType PALLET
public static final BundleItem.BundleType ROLL
public static final BundleItem.BundleType SHEET
public static final BundleItem.BundleType STACK
public static final BundleItem.BundleType STRAPPED_STACK
public static final BundleItem.BundleType STRAPPED_COMPENSATED_STACK
public static final BundleItem.BundleType WRAPPED_BUNDLE
public static BundleItem.BundleType[] values()
for (BundleItem.BundleType c : BundleItem.BundleType.values()) System.out.println(c);
public static BundleItem.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 BundleItem.BundleType fromValue(java.lang.String v)