Enum Class Syslog5424Attributes

java.lang.Object
java.lang.Enum<Syslog5424Attributes>
org.apache.nifi.syslog.attributes.Syslog5424Attributes
All Implemented Interfaces:
Serializable, Comparable<Syslog5424Attributes>, Constable, FlowFileAttributeKey

public enum Syslog5424Attributes extends Enum<Syslog5424Attributes> implements FlowFileAttributeKey
FlowFile Attributes for each Syslog message.
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • Syslog5424Attributes

      private Syslog5424Attributes(String key)
  • Method Details

    • values

      public static Syslog5424Attributes[] 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 Syslog5424Attributes 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
    • key

      public String key()
      Specified by:
      key in interface FlowFileAttributeKey