public static enum UserDataHelper.Mode extends Enum<UserDataHelper.Mode>
Enum Constant and Description |
---|
DEBUG |
INFO |
INFO_THEN_DEBUG |
Modifier and Type | Method and Description |
---|---|
boolean |
fallToDebug()
Deprecated.
Unused, removed in Tomcat 8.
|
static UserDataHelper.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDataHelper.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserDataHelper.Mode DEBUG
public static final UserDataHelper.Mode INFO_THEN_DEBUG
public static final UserDataHelper.Mode INFO
public static UserDataHelper.Mode[] values()
for (UserDataHelper.Mode c : UserDataHelper.Mode.values()) System.out.println(c);
public static UserDataHelper.Mode 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 null@Deprecated public boolean fallToDebug()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.