Enum Class Words

All Implemented Interfaces:
Serializable, Comparable<Words>, Constable

public enum Words extends Enum<Words>
Enum containing keys, for some useful words, that has to be used with the i18n mechanism.
  • Enum Constant Details

    • FAILED

      public static final Words FAILED
      Represents the keyword "FAILED".
    • COMMUNITY

      public static final Words COMMUNITY
      Represents the keyword "COMMUNITY".
    • GROUP

      public static final Words GROUP
      Represents the keyword "GROUP".
    • ROLE

      public static final Words ROLE
      Represents the keyword "ROLE".
    • LAUNCH

      public static final Words LAUNCH
      Represents the keyword "LAUNCH".
    • ENTERING

      public static final Words ENTERING
      Represents the keyword "ENTERING".
    • EXITING

      public static final Words EXITING
      Represents the keyword "EXITING".
    • TERMINATED

      public static final Words TERMINATED
      Represents the keyword "TERMINATED".
    • INITIAL_CONFIG

      public static final Words INITIAL_CONFIG
      Represents the keyword "INITIAL_CONFIG".
    • RELOAD

      public static final Words RELOAD
      Represents the keyword "RELOAD".
    • DIRECTORY

      public static final Words DIRECTORY
      Represents the keyword "DIRECTORY".
    • MAS

      public static final Words MAS
      Represents the keyword "MAS".
    • PAUSE

      public static final Words PAUSE
      Represents the keyword "PAUSE".
    • NEW_MSG

      public static final Words NEW_MSG
      Represents the keyword "NEW_MSG".
    • ABOUT

      public static final Words ABOUT
      Represents the keyword "ABOUT".
    • HELP

      public static final Words HELP
      Represents the keyword "HELP".
    • TUTORIALS

      public static final Words TUTORIALS
      Represents the keyword "TUTORIALS".
    • LAST_AVAILABLE

      public static final Words LAST_AVAILABLE
      Represents the keyword "LAST_AVAILABLE".
    • CREATED

      public static final Words CREATED
      Represents the keyword "CREATED".
    • DISPLAY

      public static final Words DISPLAY
      Represents the keyword "DISPLAY".
  • Method Details

    • values

      public static Words[] 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 Words 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
    • toString

      public String toString()
      Returns the name of this enum constant, as contained in the declaration. This method may be overridden, though it typically isn't necessary or desirable.
      Overrides:
      toString in class Enum<Words>
      Returns:
      the name of this enum constant