Package moblima.utils

Enum Class Helper.Preset

java.lang.Object
java.lang.Enum<Helper.Preset>
moblima.utils.Helper.Preset
All Implemented Interfaces:
Serializable, Comparable<Helper.Preset>, Constable
Enclosing class:
Helper

public static enum Helper.Preset extends Enum<Helper.Preset>
The enum Preset.
  • Enum Constant Details

    • LOG

      public static final Helper.Preset LOG
      Log preset.
    • WARNING

      public static final Helper.Preset WARNING
      Warning preset.
    • ERROR

      public static final Helper.Preset ERROR
      Error preset.
    • SUCCESS

      public static final Helper.Preset SUCCESS
      Success preset.
    • DEFAULT

      public static final Helper.Preset DEFAULT
      Default preset.
    • CURRENT

      public static final Helper.Preset CURRENT
      Current preset.
    • HIGHLIGHT

      public static final Helper.Preset HIGHLIGHT
      Highlight preset.
  • Field Details

    • color

      public final com.diogonunes.jcolor.Attribute color
      The Color.
    • tag

      public final String tag
      The Tag.
  • Method Details

    • values

      public static Helper.Preset[] 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 Helper.Preset 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