Enum Class HvlBpmnLogLevel

java.lang.Object
java.lang.Enum<HvlBpmnLogLevel>
tr.com.havelsan.javarch.bpmn.log.producer.data.HvlBpmnLogLevel
All Implemented Interfaces:
Serializable, Comparable<HvlBpmnLogLevel>, Constable

public enum HvlBpmnLogLevel extends Enum<HvlBpmnLogLevel>
Contains the types of bpmn log level
  • Enum Constant Details

    • INFO

      public static final HvlBpmnLogLevel INFO
      Info hvl bpmn log level.
    • WARNING

      public static final HvlBpmnLogLevel WARNING
      Warning hvl bpmn log level.
    • ERROR

      public static final HvlBpmnLogLevel ERROR
      Error hvl bpmn log level.
  • Method Details

    • values

      public static HvlBpmnLogLevel[] 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 HvlBpmnLogLevel 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