| Enum Constant and Description |
|---|
LOGIN_PAGE |
SMART_EDIT_ROOT_PAGE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getViewName() |
static Page |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Page[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Page LOGIN_PAGE
public static final Page SMART_EDIT_ROOT_PAGE
public static Page[] values()
for (Page c : Page.values()) System.out.println(c);
public static Page 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 getViewName()
Copyright © 2018 SAP SE. All Rights Reserved.