public enum NonFullScreenPageModeType extends Enum<NonFullScreenPageModeType>
Java class for NonFullScreenPageModeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NonFullScreenPageModeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="outlines"/>
<enumeration value="thumbnails"/>
<enumeration value="optionalContents"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
NONE |
OPTIONAL_CONTENTS |
OUTLINES |
THUMBNAILS |
| Modifier and Type | Method and Description |
|---|---|
static NonFullScreenPageModeType |
fromValue(String v) |
String |
value() |
static NonFullScreenPageModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonFullScreenPageModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NonFullScreenPageModeType NONE
public static final NonFullScreenPageModeType OUTLINES
public static final NonFullScreenPageModeType THUMBNAILS
public static final NonFullScreenPageModeType OPTIONAL_CONTENTS
public static NonFullScreenPageModeType[] values()
for (NonFullScreenPageModeType c : NonFullScreenPageModeType.values()) System.out.println(c);
public static NonFullScreenPageModeType 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 NonFullScreenPageModeType fromValue(String v)
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.