public static enum JUnitModuleContext.LogLevel extends Enum<JUnitModuleContext.LogLevel>
Modifier and Type | Method and Description |
---|---|
static JUnitModuleContext.LogLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JUnitModuleContext.LogLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JUnitModuleContext.LogLevel ERROR
public static final JUnitModuleContext.LogLevel WARN
public static final JUnitModuleContext.LogLevel INFO
public static final JUnitModuleContext.LogLevel DEBUG
public static final JUnitModuleContext.LogLevel TRACE
public static final JUnitModuleContext.LogLevel NONE
public static JUnitModuleContext.LogLevel[] values()
for (JUnitModuleContext.LogLevel c : JUnitModuleContext.LogLevel.values()) System.out.println(c);
public static JUnitModuleContext.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 universAAL Consortium. All rights reserved.