@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public enum EnumBoxFoldingType extends Enum<EnumBoxFoldingType>
Java class for EnumBoxFoldingType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumBoxFoldingType">
<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 EnumBoxFoldingType |
fromValue(String v) |
String |
value() |
static EnumBoxFoldingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumBoxFoldingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumBoxFoldingType TYPE_00
public static final EnumBoxFoldingType TYPE_01
public static final EnumBoxFoldingType TYPE_02
public static final EnumBoxFoldingType TYPE_03
public static final EnumBoxFoldingType TYPE_04
public static final EnumBoxFoldingType TYPE_10
public static final EnumBoxFoldingType TYPE_11
public static final EnumBoxFoldingType TYPE_12
public static final EnumBoxFoldingType TYPE_13
public static final EnumBoxFoldingType TYPE_15
public static final EnumBoxFoldingType TYPE_20
public static EnumBoxFoldingType[] values()
for (EnumBoxFoldingType c : EnumBoxFoldingType.values()) System.out.println(c);
public static EnumBoxFoldingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static EnumBoxFoldingType fromValue(String v)
Copyright © 2016. All rights reserved.