public static enum YamlLogging.YamlLoggingLevel extends Enum<YamlLogging.YamlLoggingLevel>
| Enum Constant and Description |
|---|
DEBUG_ONLY |
OFF |
ON |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isSet() |
static YamlLogging.YamlLoggingLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlLogging.YamlLoggingLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YamlLogging.YamlLoggingLevel OFF
public static final YamlLogging.YamlLoggingLevel DEBUG_ONLY
public static final YamlLogging.YamlLoggingLevel ON
public static YamlLogging.YamlLoggingLevel[] values()
for (YamlLogging.YamlLoggingLevel c : YamlLogging.YamlLoggingLevel.values()) System.out.println(c);
public static YamlLogging.YamlLoggingLevel 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 abstract boolean isSet()
Copyright © 2018. All rights reserved.