@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumPreviewUsage extends Enum<EnumPreviewUsage>
Java class for EnumPreviewUsage.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumPreviewUsage">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Animation"/>
<enumeration value="Identification"/>
<enumeration value="SeparatedThumbNail"/>
<enumeration value="Separation"/>
<enumeration value="SeparationRaw"/>
<enumeration value="Static3D"/>
<enumeration value="ThumbNail"/>
<enumeration value="Viewable"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANIMATION |
IDENTIFICATION |
SEPARATED_THUMB_NAIL |
SEPARATION |
SEPARATION_RAW |
STATIC_3_D |
THUMB_NAIL |
VIEWABLE |
| Modifier and Type | Method and Description |
|---|---|
static EnumPreviewUsage |
fromValue(String v) |
String |
value() |
static EnumPreviewUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPreviewUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumPreviewUsage ANIMATION
public static final EnumPreviewUsage IDENTIFICATION
public static final EnumPreviewUsage SEPARATED_THUMB_NAIL
public static final EnumPreviewUsage SEPARATION
public static final EnumPreviewUsage SEPARATION_RAW
public static final EnumPreviewUsage STATIC_3_D
public static final EnumPreviewUsage THUMB_NAIL
public static final EnumPreviewUsage VIEWABLE
public static EnumPreviewUsage[] values()
for (EnumPreviewUsage c : EnumPreviewUsage.values()) System.out.println(c);
public static EnumPreviewUsage 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 EnumPreviewUsage fromValue(String v)
Copyright © 2016. All rights reserved.