@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public static enum Device.JDFVersions
extends java.lang.Enum<Device.JDFVersions>
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}string">
<enumeration value="1.1"/>
<enumeration value="1.2"/>
<enumeration value="1.3"/>
<enumeration value="1.4"/>
<enumeration value="1.5"/>
<enumeration value="1.6"/>
<enumeration value="2.0"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
V1_1 |
V1_2 |
V1_3 |
V1_4 |
V1_5 |
V1_6 |
V2_0 |
| Modifier and Type | Method and Description |
|---|---|
static Device.JDFVersions |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static Device.JDFVersions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Device.JDFVersions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Device.JDFVersions V1_1
public static final Device.JDFVersions V1_2
public static final Device.JDFVersions V1_3
public static final Device.JDFVersions V1_4
public static final Device.JDFVersions V1_5
public static final Device.JDFVersions V1_6
public static final Device.JDFVersions V2_0
public static Device.JDFVersions[] values()
for (Device.JDFVersions c : Device.JDFVersions.values()) System.out.println(c);
public static Device.JDFVersions 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 Device.JDFVersions fromValue(java.lang.String v)