public static enum ApplicationAppHandler.AdminPage extends java.lang.Enum<ApplicationAppHandler.AdminPage>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel(java.lang.String userLang) |
java.lang.String |
getUrl() |
static ApplicationAppHandler.AdminPage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationAppHandler.AdminPage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationAppHandler.AdminPage SETUP
public static final ApplicationAppHandler.AdminPage STATS
public static final ApplicationAppHandler.AdminPage LAUNCHER
public static ApplicationAppHandler.AdminPage[] values()
for (ApplicationAppHandler.AdminPage c : ApplicationAppHandler.AdminPage.values()) System.out.println(c);
public static ApplicationAppHandler.AdminPage 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 getLabel(java.lang.String userLang)
public java.lang.String getUrl()
Copyright © 2001-2021 Jalios SA. All Rights Reserved.