@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public static enum Preview.PreviewFileType
extends java.lang.Enum<Preview.PreviewFileType>
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="PNG"/>
<enumeration value="CIP3Multiple"/>
<enumeration value="CIP3Single"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CIP_3_MULTIPLE |
CIP_3_SINGLE |
PNG |
| Modifier and Type | Method and Description |
|---|---|
static Preview.PreviewFileType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static Preview.PreviewFileType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Preview.PreviewFileType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Preview.PreviewFileType PNG
public static final Preview.PreviewFileType CIP_3_MULTIPLE
public static final Preview.PreviewFileType CIP_3_SINGLE
public static Preview.PreviewFileType[] values()
for (Preview.PreviewFileType c : Preview.PreviewFileType.values()) System.out.println(c);
public static Preview.PreviewFileType 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 Preview.PreviewFileType fromValue(java.lang.String v)