public static enum Resources.Page extends Enum<Resources.Page>
| Enum Constant and Description |
|---|
DESIGNER |
INDEX |
PREVIEW_PATH |
SURVEY_EDIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
static Resources.Page |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources.Page[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resources.Page INDEX
public static final Resources.Page DESIGNER
public static final Resources.Page SURVEY_EDIT
public static final Resources.Page PREVIEW_PATH
public static Resources.Page[] values()
for (Resources.Page c : Resources.Page.values()) System.out.println(c);
public static Resources.Page 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 getLocation()
Copyright © 2022 Open Foris. All rights reserved.