public static enum RequestServer.LogFilterLevel extends java.lang.Enum<RequestServer.LogFilterLevel>
| Enum Constant and Description |
|---|
DO_NOT_LOG |
LOG |
URL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static RequestServer.LogFilterLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestServer.LogFilterLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestServer.LogFilterLevel LOG
public static final RequestServer.LogFilterLevel URL_ONLY
public static final RequestServer.LogFilterLevel DO_NOT_LOG
public static RequestServer.LogFilterLevel[] values()
for (RequestServer.LogFilterLevel c : RequestServer.LogFilterLevel.values()) System.out.println(c);
public static RequestServer.LogFilterLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null