public static enum LogAttribute.DebugLevels extends Enum<LogAttribute.DebugLevels>
Modifier and Type | Method and Description |
---|---|
static LogAttribute.DebugLevels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAttribute.DebugLevels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAttribute.DebugLevels trace
public static final LogAttribute.DebugLevels debug
public static final LogAttribute.DebugLevels info
public static final LogAttribute.DebugLevels warn
public static final LogAttribute.DebugLevels error
public static LogAttribute.DebugLevels[] values()
for (LogAttribute.DebugLevels c : LogAttribute.DebugLevels.values()) System.out.println(c);
public static LogAttribute.DebugLevels 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 © 2017 Apache NiFi Project. All rights reserved.