public static enum ViewingHint.Type extends Enum<ViewingHint.Type>
| Enum Constant and Description |
|---|
CONTINUOUS |
FACING_PAGES |
INDIVIDUALS |
MULTI_PART |
NON_PAGED |
OTHER |
PAGED |
TOP |
| Modifier and Type | Method and Description |
|---|---|
static ViewingHint.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewingHint.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewingHint.Type INDIVIDUALS
public static final ViewingHint.Type PAGED
public static final ViewingHint.Type CONTINUOUS
public static final ViewingHint.Type MULTI_PART
public static final ViewingHint.Type NON_PAGED
public static final ViewingHint.Type TOP
public static final ViewingHint.Type FACING_PAGES
public static final ViewingHint.Type OTHER
public static ViewingHint.Type[] values()
for (ViewingHint.Type c : ViewingHint.Type.values()) System.out.println(c);
public static ViewingHint.Type 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 nullCopyright © 2018. All rights reserved.