Enum Class JSLang

java.lang.Object
java.lang.Enum<JSLang>
com.djrapitops.plan.settings.locale.lang.JSLang
All Implemented Interfaces:
Lang, Serializable, Comparable<JSLang>, Constable

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

    • 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
    • TEXT_FIRST_SESSION

      public static final JSLang TEXT_FIRST_SESSION
    • LABEL_SESSION_ENDED

      public static final JSLang LABEL_SESSION_ENDED
    • LABEL_NO_SESSION_KILLS

      public static final JSLang LABEL_NO_SESSION_KILLS
    • 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 Details

    • values

      public static JSLang[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static JSLang valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getIdentifier

      public String getIdentifier()
      Specified by:
      getIdentifier in interface Lang
    • getKey

      public String getKey()
      Specified by:
      getKey in interface Lang
    • getDefault

      public String getDefault()
      Specified by:
      getDefault in interface Lang