public static enum SearchServiceDebugModeHelper.DebugMode extends Enum<SearchServiceDebugModeHelper.DebugMode>
Enum Constant and Description |
---|
DEBUG_VIEW_AFTER_VALIDATE
The "debug-view-after-validate" debug mode, which declares the action URL with the
NORMAL debug mode and the service.debug cocoon-view, for debugging after entering user inputs |
NORMAL
The "normal" debug mode, which sax additional debug information
|
Modifier and Type | Field and Description |
---|---|
private static Map<Integer,SearchServiceDebugModeHelper.DebugMode> |
__values |
(package private) int |
_value |
Modifier and Type | Method and Description |
---|---|
int |
getInt()
Gets the int value
|
static SearchServiceDebugModeHelper.DebugMode |
valueOf(int mode)
Gets the debug mode from an int value
|
static SearchServiceDebugModeHelper.DebugMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchServiceDebugModeHelper.DebugMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchServiceDebugModeHelper.DebugMode NORMAL
public static final SearchServiceDebugModeHelper.DebugMode DEBUG_VIEW_AFTER_VALIDATE
NORMAL
debug mode and the service.debug cocoon-view, for debugging after entering user inputsprivate static Map<Integer,SearchServiceDebugModeHelper.DebugMode> __values
int _value
public static SearchServiceDebugModeHelper.DebugMode[] values()
for (SearchServiceDebugModeHelper.DebugMode c : SearchServiceDebugModeHelper.DebugMode.values()) System.out.println(c);
public static SearchServiceDebugModeHelper.DebugMode 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 nullpublic static SearchServiceDebugModeHelper.DebugMode valueOf(int mode)
mode
- The int valuepublic int getInt()