Enum JSLang

  • All Implemented Interfaces:
    Lang, java.io.Serializable, java.lang.Comparable<JSLang>

    public enum JSLang
    extends java.lang.Enum<JSLang>
    implements Lang
    Lang enum for all text included in the javascript files.
    • Enum Constant Detail

      • TEXT_PREDICTED_RETENTION

        public static final JSLang TEXT_PREDICTED_RETENTION
      • TEXT_NO_SERVERS

        public static final JSLang TEXT_NO_SERVERS
      • TEXT_SERVER_INSTRUCTIONS

        public static final JSLang TEXT_SERVER_INSTRUCTIONS
      • TEXT_NO_SERVER

        public static final JSLang TEXT_NO_SERVER
      • LABEL_REGISTERED_PLAYERS

        public static final JSLang LABEL_REGISTERED_PLAYERS
      • LINK_SERVER_ANALYSIS

        public static final JSLang LINK_SERVER_ANALYSIS
      • LINK_QUICK_VIEW

        public static final JSLang LINK_QUICK_VIEW
      • TEXT_FIRST_SESSION

        public static final JSLang TEXT_FIRST_SESSION
      • LABEL_SESSION_ENDED

        public static final JSLang LABEL_SESSION_ENDED
      • LINK_PLAYER_PAGE

        public static final JSLang LINK_PLAYER_PAGE
      • LABEL_NO_SESSION_KILLS

        public static final JSLang LABEL_NO_SESSION_KILLS
      • UNIT_ENTITIES

        public static final JSLang UNIT_ENTITIES
      • UNIT_CHUNKS

        public static final JSLang UNIT_CHUNKS
      • LABEL_RELATIVE_JOIN_ACTIVITY

        public static final JSLang LABEL_RELATIVE_JOIN_ACTIVITY
      • LABEL_DAY_OF_WEEK

        public static final JSLang LABEL_DAY_OF_WEEK
      • LABEL_WEEK_DAYS

        public static final JSLang LABEL_WEEK_DAYS
      • QUERY_ARE_ACTIVITY_GROUP

        public static final JSLang QUERY_ARE_ACTIVITY_GROUP
      • QUERY_JOINED_WITH_ADDRESS

        public static final JSLang QUERY_JOINED_WITH_ADDRESS
      • QUERY_JOINED_FROM_COUNTRY

        public static final JSLang QUERY_JOINED_FROM_COUNTRY
      • QUERY_ARE_PLUGIN_GROUP

        public static final JSLang QUERY_ARE_PLUGIN_GROUP
      • QUERY_OF_PLAYERS

        public static final JSLang QUERY_OF_PLAYERS
      • QUERY_AND

        public static final JSLang QUERY_AND
      • QUERY_PLAYED_BETWEEN

        public static final JSLang QUERY_PLAYED_BETWEEN
      • QUERY_REGISTERED_BETWEEN

        public static final JSLang QUERY_REGISTERED_BETWEEN
      • QUERY_ZERO_RESULTS

        public static final JSLang QUERY_ZERO_RESULTS
      • QUERY_RESULTS

        public static final JSLang QUERY_RESULTS
      • QUERY_RESULTS_MATCH

        public static final JSLang QUERY_RESULTS_MATCH
      • QUERY_VIEW

        public static final JSLang QUERY_VIEW
      • QUERY_ACTIVITY_OF_MATCHED_PLAYERS

        public static final JSLang QUERY_ACTIVITY_OF_MATCHED_PLAYERS
      • QUERY_ACTIVITY_ON

        public static final JSLang QUERY_ACTIVITY_ON
      • QUERY_ARE

        public static final JSLang QUERY_ARE
      • QUERY_SESSIONS_WITHIN_VIEW

        public static final JSLang QUERY_SESSIONS_WITHIN_VIEW
      • FILTER_GROUP

        public static final JSLang FILTER_GROUP
      • FILTER_ALL_PLAYERS

        public static final JSLang FILTER_ALL_PLAYERS
      • FILTER_ACTIVITY_INDEX_NOW

        public static final JSLang FILTER_ACTIVITY_INDEX_NOW
      • FILTER_BANNED

        public static final JSLang FILTER_BANNED
      • FILTER_OPS

        public static final JSLang FILTER_OPS
    • Method Detail

      • values

        public static JSLang[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (JSLang c : JSLang.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static JSLang valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getIdentifier

        public java.lang.String getIdentifier()
        Specified by:
        getIdentifier in interface Lang
      • getDefault

        public java.lang.String getDefault()
        Specified by:
        getDefault in interface Lang