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