@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumMask extends Enum<EnumMask>
Java class for EnumMask.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumMask">
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="None"/>
<enumeration value="TrimBox"/>
<enumeration value="BleedBox"/>
<enumeration value="SourceTrimBox"/>
<enumeration value="SourceBleedBox"/>
<enumeration value="PDL"/>
<enumeration value="DieCut"/>
<enumeration value="DieBleed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BLEED_BOX |
DIE_BLEED |
DIE_CUT |
NONE |
PDL |
SOURCE_BLEED_BOX |
SOURCE_TRIM_BOX |
TRIM_BOX |
| Modifier and Type | Method and Description |
|---|---|
static EnumMask |
fromValue(String v) |
String |
value() |
static EnumMask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumMask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumMask NONE
public static final EnumMask TRIM_BOX
public static final EnumMask BLEED_BOX
public static final EnumMask SOURCE_TRIM_BOX
public static final EnumMask SOURCE_BLEED_BOX
public static final EnumMask PDL
public static final EnumMask DIE_CUT
public static final EnumMask DIE_BLEED
public static EnumMask[] values()
for (EnumMask c : EnumMask.values()) System.out.println(c);
public static EnumMask 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()
Copyright © 2016. All rights reserved.