public enum OFBsnLoglevel extends Enum<OFBsnLoglevel>
Enum Constant and Description |
---|
BSN_LOGLEVEL_ERROR |
BSN_LOGLEVEL_INFO |
BSN_LOGLEVEL_MSG |
BSN_LOGLEVEL_TRACE |
BSN_LOGLEVEL_VERBOSE |
BSN_LOGLEVEL_WARN |
Modifier and Type | Method and Description |
---|---|
static OFBsnLoglevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnLoglevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBsnLoglevel BSN_LOGLEVEL_MSG
public static final OFBsnLoglevel BSN_LOGLEVEL_ERROR
public static final OFBsnLoglevel BSN_LOGLEVEL_WARN
public static final OFBsnLoglevel BSN_LOGLEVEL_INFO
public static final OFBsnLoglevel BSN_LOGLEVEL_VERBOSE
public static final OFBsnLoglevel BSN_LOGLEVEL_TRACE
public static OFBsnLoglevel[] values()
for (OFBsnLoglevel c : OFBsnLoglevel.values()) System.out.println(c);
public static OFBsnLoglevel 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 © 2015. All rights reserved.