Enum Class ThemeAudit.Level

java.lang.Object
java.lang.Enum<ThemeAudit.Level>
limn.themeeditor.ThemeAudit.Level
All Implemented Interfaces:
Serializable, Comparable<ThemeAudit.Level>, Constable
Enclosing class:
ThemeAudit

public static enum ThemeAudit.Level extends Enum<ThemeAudit.Level>
How much a finding matters.
  • Enum Constant Details

    • ERROR

      public static final ThemeAudit.Level ERROR
      A bar the guideline sets for text. Something is hard to read.
    • WARNING

      public static final ThemeAudit.Level WARNING
      A bar for non-text, or a step too small to see. Something is hard to make out.
    • INFO

      public static final ThemeAudit.Level INFO
      Below a bar the guideline exempts. Worth knowing, not worth fixing.
  • Method Details

    • values

      public static ThemeAudit.Level[] 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 ThemeAudit.Level 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