public static enum Modbus.LogLevel extends Enum<Modbus.LogLevel>
| Enum Constant and Description |
|---|
LEVEL_DEBUG |
LEVEL_RELEASE |
LEVEL_VERBOSE |
LEVEL_WARNINGS |
| Modifier and Type | Method and Description |
|---|---|
static Modbus.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modbus.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Modbus.LogLevel LEVEL_RELEASE
public static final Modbus.LogLevel LEVEL_WARNINGS
public static final Modbus.LogLevel LEVEL_VERBOSE
public static final Modbus.LogLevel LEVEL_DEBUG
public static Modbus.LogLevel[] values()
for (Modbus.LogLevel c : Modbus.LogLevel.values()) System.out.println(c);
public static Modbus.LogLevel 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 © 2018. All rights reserved.