Enum Preferences.LogLevel

java.lang.Object
java.lang.Enum<Preferences.LogLevel>
gov.nih.mipav.view.Preferences.LogLevel
All Implemented Interfaces:
Serializable, Comparable<Preferences.LogLevel>, java.lang.constant.Constable
Enclosing class:
Preferences

public static enum Preferences.LogLevel extends Enum<Preferences.LogLevel>
  • Enum Constant Details

  • Field Details

    • num

      private final int num
  • Constructor Details

    • LogLevel

      private LogLevel(int num)
  • Method Details

    • values

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

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

      public boolean isSetLessThan(Preferences.LogLevel other)
    • isEqualOrGreaterThan

      public boolean isEqualOrGreaterThan(Preferences.LogLevel other)
    • fromString

      public static Preferences.LogLevel fromString(String str)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Preferences.LogLevel>
    • toStringArray

      public static String[] toStringArray()