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