@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public static enum BoxFoldingParams.BoxFoldingType
extends java.lang.Enum<BoxFoldingParams.BoxFoldingType>
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="Type00"/>
<enumeration value="Type01"/>
<enumeration value="Type02"/>
<enumeration value="Type03"/>
<enumeration value="Type04"/>
<enumeration value="Type10"/>
<enumeration value="Type11"/>
<enumeration value="Type12"/>
<enumeration value="Type13"/>
<enumeration value="Type15"/>
<enumeration value="Type20"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
TYPE_00 |
TYPE_01 |
TYPE_02 |
TYPE_03 |
TYPE_04 |
TYPE_10 |
TYPE_11 |
TYPE_12 |
TYPE_13 |
TYPE_15 |
TYPE_20 |
| Modifier and Type | Method and Description |
|---|---|
static BoxFoldingParams.BoxFoldingType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static BoxFoldingParams.BoxFoldingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoxFoldingParams.BoxFoldingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxFoldingParams.BoxFoldingType TYPE_00
public static final BoxFoldingParams.BoxFoldingType TYPE_01
public static final BoxFoldingParams.BoxFoldingType TYPE_02
public static final BoxFoldingParams.BoxFoldingType TYPE_03
public static final BoxFoldingParams.BoxFoldingType TYPE_04
public static final BoxFoldingParams.BoxFoldingType TYPE_10
public static final BoxFoldingParams.BoxFoldingType TYPE_11
public static final BoxFoldingParams.BoxFoldingType TYPE_12
public static final BoxFoldingParams.BoxFoldingType TYPE_13
public static final BoxFoldingParams.BoxFoldingType TYPE_15
public static final BoxFoldingParams.BoxFoldingType TYPE_20
public static BoxFoldingParams.BoxFoldingType[] values()
for (BoxFoldingParams.BoxFoldingType c : BoxFoldingParams.BoxFoldingType.values()) System.out.println(c);
public static BoxFoldingParams.BoxFoldingType 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 BoxFoldingParams.BoxFoldingType fromValue(java.lang.String v)