Enum Class UtilMessage

java.lang.Object
java.lang.Enum<UtilMessage>
com.smeup.kokos.sdk.util.lang.UtilMessage
All Implemented Interfaces:
LanguageMessageProvider, Serializable, Comparable<UtilMessage>, Constable

public enum UtilMessage extends Enum<UtilMessage> implements LanguageMessageProvider
Message keys for utility classes (RegexManager, etc.)
  • Enum Constant Details

    • UNBALANCED_BRACKETS_TOO_MANY_CLOSING

      public static final UtilMessage UNBALANCED_BRACKETS_TOO_MANY_CLOSING
    • UNBALANCED_BRACKETS_UNCLOSED

      public static final UtilMessage UNBALANCED_BRACKETS_UNCLOSED
    • PRINTER_NODES_AFTER_ROWS

      public static final UtilMessage PRINTER_NODES_AFTER_ROWS
    • PRINTER_COLUMNS_AFTER_NODES

      public static final UtilMessage PRINTER_COLUMNS_AFTER_NODES
    • PRINTER_COLUMNS_AFTER_ROWS

      public static final UtilMessage PRINTER_COLUMNS_AFTER_ROWS
  • Method Details

    • values

      public static UtilMessage[] 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 UtilMessage 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
    • getPath

      public String getPath()
      Specified by:
      getPath in interface LanguageMessageProvider