private static enum ListenBeats.BeatsAttributes extends Enum<ListenBeats.BeatsAttributes> implements FlowFileAttributeKey
| Enum Constant and Description |
|---|
PORT |
SENDER |
SEQUENCE_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
key() |
static ListenBeats.BeatsAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenBeats.BeatsAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenBeats.BeatsAttributes SENDER
public static final ListenBeats.BeatsAttributes PORT
public static final ListenBeats.BeatsAttributes SEQUENCE_NUMBER
private final String key
public static ListenBeats.BeatsAttributes[] values()
for (ListenBeats.BeatsAttributes c : ListenBeats.BeatsAttributes.values()) System.out.println(c);
public static ListenBeats.BeatsAttributes 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 © 2022 Apache NiFi Project. All rights reserved.