public static enum Page.ImageType extends java.lang.Enum<Page.ImageType>
| Enum Constant and Description |
|---|
COMBINED |
OPTIMIZED |
OPTIMIZED_PREVIEW |
ORIGINAL |
OVERLAY |
OVERLAY_TMP |
PREVIEW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
static Page.ImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Page.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Page.ImageType ORIGINAL
public static final Page.ImageType PREVIEW
public static final Page.ImageType OPTIMIZED_PREVIEW
public static final Page.ImageType OPTIMIZED
public static final Page.ImageType OVERLAY
public static final Page.ImageType OVERLAY_TMP
public static final Page.ImageType COMBINED
public static Page.ImageType[] values()
for (Page.ImageType c : Page.ImageType.values()) System.out.println(c);
public static Page.ImageType 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 getFileName()