Enum Class REPLLogEntry.LOG_LEVEL

java.lang.Object
java.lang.Enum<REPLLogEntry.LOG_LEVEL>
de.uni_kiel.rz.fdr.repl.REPLLogEntry.LOG_LEVEL
All Implemented Interfaces:
Serializable, Comparable<REPLLogEntry.LOG_LEVEL>, Constable
Enclosing class:
REPLLogEntry

public static enum REPLLogEntry.LOG_LEVEL extends Enum<REPLLogEntry.LOG_LEVEL>
The different levels of criticality for a log message.
  • Enum Constant Details

  • Method Details

    • values

      public static REPLLogEntry.LOG_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 REPLLogEntry.LOG_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