public enum CommonHtmlLang extends java.lang.Enum<CommonHtmlLang> implements Lang
Lang
implementation for commonly used .html replacement values.Enum Constant and Description |
---|
AVERAGE_PING |
BEST_PING |
NAV_COMMAND_USAGE |
NAV_GEOLOCATIONS |
NAV_INFORMATION |
NAV_NETWORK_PLAYERS |
NAV_ONLINE_ACTIVITY |
NAV_OVERVIEW |
NAV_PERFORMANCE |
NAV_PLAYERS |
NAV_PLUGINS |
NAV_SESSIONS |
NAV_SEVER_HEALTH |
PLAYERS_ONLINE_TEXT |
PLEASE_WAIT |
WORST_PING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static CommonHtmlLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommonHtmlLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonHtmlLang PLEASE_WAIT
public static final CommonHtmlLang NAV_INFORMATION
public static final CommonHtmlLang NAV_SESSIONS
public static final CommonHtmlLang NAV_OVERVIEW
public static final CommonHtmlLang NAV_PLUGINS
public static final CommonHtmlLang NAV_ONLINE_ACTIVITY
public static final CommonHtmlLang NAV_SEVER_HEALTH
public static final CommonHtmlLang NAV_PERFORMANCE
public static final CommonHtmlLang NAV_PLAYERS
public static final CommonHtmlLang NAV_GEOLOCATIONS
public static final CommonHtmlLang NAV_COMMAND_USAGE
public static final CommonHtmlLang NAV_NETWORK_PLAYERS
public static final CommonHtmlLang AVERAGE_PING
public static final CommonHtmlLang BEST_PING
public static final CommonHtmlLang WORST_PING
public static final CommonHtmlLang PLAYERS_ONLINE_TEXT
public static CommonHtmlLang[] values()
for (CommonHtmlLang c : CommonHtmlLang.values()) System.out.println(c);
public static CommonHtmlLang 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 getIdentifier()
getIdentifier
in interface Lang
public java.lang.String getDefault()
getDefault
in interface Lang