@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public static enum Media.PlateTechnology
extends java.lang.Enum<Media.PlateTechnology>
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="FlexoAnalogSolvent"/>
<enumeration value="FlexoAnalogThermal"/>
<enumeration value="FlexoDigitalSolvent"/>
<enumeration value="FlexoDigitalThermal"/>
<enumeration value="FlexoDirectEngraving"/>
<enumeration value="InkJet"/>
<enumeration value="Thermal"/>
<enumeration value="UV"/>
<enumeration value="Visible"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FLEXO_ANALOG_SOLVENT |
FLEXO_ANALOG_THERMAL |
FLEXO_DIGITAL_SOLVENT |
FLEXO_DIGITAL_THERMAL |
FLEXO_DIRECT_ENGRAVING |
INK_JET |
THERMAL |
UV |
VISIBLE |
| Modifier and Type | Method and Description |
|---|---|
static Media.PlateTechnology |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static Media.PlateTechnology |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Media.PlateTechnology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Media.PlateTechnology FLEXO_ANALOG_SOLVENT
public static final Media.PlateTechnology FLEXO_ANALOG_THERMAL
public static final Media.PlateTechnology FLEXO_DIGITAL_SOLVENT
public static final Media.PlateTechnology FLEXO_DIGITAL_THERMAL
public static final Media.PlateTechnology FLEXO_DIRECT_ENGRAVING
public static final Media.PlateTechnology INK_JET
public static final Media.PlateTechnology THERMAL
public static final Media.PlateTechnology UV
public static final Media.PlateTechnology VISIBLE
public static Media.PlateTechnology[] values()
for (Media.PlateTechnology c : Media.PlateTechnology.values()) System.out.println(c);
public static Media.PlateTechnology 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 Media.PlateTechnology fromValue(java.lang.String v)