public static enum ViewProperties.LastViewEnum extends Enum<ViewProperties.LastViewEnum>
Modifier and Type | Class and Description |
---|---|
static class |
ViewProperties.LastViewEnum.Adapter |
Enum Constant and Description |
---|
HANDOUTVIEW |
NOTDEFINED |
NOTESMASTERVIEW |
NOTESVIEW |
OUTLINEVIEW |
SLIDEMASTERVIEW |
SLIDESORTERVIEW |
SLIDETHUMBNAILVIEW |
SLIDEVIEW |
Modifier and Type | Method and Description |
---|---|
static ViewProperties.LastViewEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ViewProperties.LastViewEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewProperties.LastViewEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewProperties.LastViewEnum NOTDEFINED
public static final ViewProperties.LastViewEnum SLIDEVIEW
public static final ViewProperties.LastViewEnum SLIDEMASTERVIEW
public static final ViewProperties.LastViewEnum NOTESVIEW
public static final ViewProperties.LastViewEnum HANDOUTVIEW
public static final ViewProperties.LastViewEnum NOTESMASTERVIEW
public static final ViewProperties.LastViewEnum OUTLINEVIEW
public static final ViewProperties.LastViewEnum SLIDESORTERVIEW
public static final ViewProperties.LastViewEnum SLIDETHUMBNAILVIEW
public static ViewProperties.LastViewEnum[] values()
for (ViewProperties.LastViewEnum c : ViewProperties.LastViewEnum.values()) System.out.println(c);
public static ViewProperties.LastViewEnum 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 getValue()
public String toString()
toString
in class Enum<ViewProperties.LastViewEnum>
public static ViewProperties.LastViewEnum fromValue(String text)
Copyright © 2023. All rights reserved.