Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static JSLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSLang TEXT_PREDICTED_RETENTION
public static final JSLang TEXT_NO_SERVERS
public static final JSLang TEXT_NO_SERVER
public static final JSLang LABEL_REGISTERED_PLAYERS
public static final JSLang LINK_SERVER_ANALYSIS
public static final JSLang LINK_QUICK_VIEW
public static final JSLang TEXT_FIRST_SESSION
public static final JSLang LABEL_SESSION_ENDED
public static final JSLang LINK_PLAYER_PAGE
public static final JSLang LABEL_NO_SESSION_KILLS
public static final JSLang UNIT_ENTITIES
public static final JSLang UNIT_CHUNKS
public static final JSLang LABEL_RELATIVE_JOIN_ACTIVITY
public static final JSLang LABEL_DAY_OF_WEEK
public static final JSLang LABEL_WEEK_DAYS
public static JSLang[] values()
for (JSLang c : JSLang.values()) System.out.println(c);
public static JSLang 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