public static enum JavaBuckConfig.DuplicatesLogLevel extends Enum<JavaBuckConfig.DuplicatesLogLevel>
Modifier and Type | Method and Description |
---|---|
Level |
getLevel() |
static JavaBuckConfig.DuplicatesLogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaBuckConfig.DuplicatesLogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaBuckConfig.DuplicatesLogLevel WARN
public static final JavaBuckConfig.DuplicatesLogLevel INFO
public static final JavaBuckConfig.DuplicatesLogLevel FINE
public static JavaBuckConfig.DuplicatesLogLevel[] values()
for (JavaBuckConfig.DuplicatesLogLevel c : JavaBuckConfig.DuplicatesLogLevel.values()) System.out.println(c);
public static JavaBuckConfig.DuplicatesLogLevel 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 Level getLevel()