public static enum ListenLumberjack.LumberjackAttributes extends Enum<ListenLumberjack.LumberjackAttributes> implements FlowFileAttributeKey
| Modifier and Type | Method and Description |
|---|---|
String |
key() |
static ListenLumberjack.LumberjackAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenLumberjack.LumberjackAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenLumberjack.LumberjackAttributes SENDER
public static final ListenLumberjack.LumberjackAttributes PORT
public static final ListenLumberjack.LumberjackAttributes SEQNUMBER
public static final ListenLumberjack.LumberjackAttributes FIELDS
private final String key
public static ListenLumberjack.LumberjackAttributes[] values()
for (ListenLumberjack.LumberjackAttributes c : ListenLumberjack.LumberjackAttributes.values()) System.out.println(c);
public static ListenLumberjack.LumberjackAttributes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String key()
key in interface FlowFileAttributeKeyCopyright © 2021 Apache NiFi Project. All rights reserved.