@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public static enum ShapeCuttingParams.DeliveryMode
extends java.lang.Enum<ShapeCuttingParams.DeliveryMode>
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="FullSheet"/>
<enumeration value="RemoveGripperMargin"/>
<enumeration value="SeparateBlanks"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FULL_SHEET |
REMOVE_GRIPPER_MARGIN |
SEPARATE_BLANKS |
| Modifier and Type | Method and Description |
|---|---|
static ShapeCuttingParams.DeliveryMode |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ShapeCuttingParams.DeliveryMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeCuttingParams.DeliveryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeCuttingParams.DeliveryMode FULL_SHEET
public static final ShapeCuttingParams.DeliveryMode REMOVE_GRIPPER_MARGIN
public static final ShapeCuttingParams.DeliveryMode SEPARATE_BLANKS
public static ShapeCuttingParams.DeliveryMode[] values()
for (ShapeCuttingParams.DeliveryMode c : ShapeCuttingParams.DeliveryMode.values()) System.out.println(c);
public static ShapeCuttingParams.DeliveryMode 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 ShapeCuttingParams.DeliveryMode fromValue(java.lang.String v)