@Deprecated public enum LumberjackState extends Enum<LumberjackState>
| Enum Constant and Description |
|---|
COMPLETE
Deprecated.
|
FRAMETYPE
Deprecated.
|
PAYLOAD
Deprecated.
|
VERSION
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static LumberjackState |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LumberjackState[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LumberjackState VERSION
public static final LumberjackState FRAMETYPE
public static final LumberjackState PAYLOAD
public static final LumberjackState COMPLETE
public static LumberjackState[] values()
for (LumberjackState c : LumberjackState.values()) System.out.println(c);
public static LumberjackState 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 nullCopyright © 2021 Apache NiFi Project. All rights reserved.