|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ControlLevel>
no.sesat.search.datamodel.access.ControlLevel
public enum ControlLevel
| Enum Constant Summary | |
|---|---|
DATA_MODEL_CONSTRUCTION
Default state the DataModel is created in. |
|
REQUEST_CONSTRUCTION
The state while in http filters or the search servlet. |
|
RUNNING_QUERY_CONSTRUCTION
The state while the RunningQuery is being constructed. |
|
RUNNING_QUERY_HANDLING
The state while RunningQuery run handlers are being processed. |
|
SEARCH_COMMAND_CONSTRUCTION
The state while the SearchCommand is being constructed. |
|
SEARCH_COMMAND_EXECUTION
The state while SearchCommands are being executed. |
|
VIEW_CONSTRUCTION
The state while jsps and velocity templates are being executed. |
|
| Method Summary | |
|---|---|
static ControlLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ControlLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ControlLevel DATA_MODEL_CONSTRUCTION
public static final ControlLevel REQUEST_CONSTRUCTION
public static final ControlLevel RUNNING_QUERY_CONSTRUCTION
public static final ControlLevel SEARCH_COMMAND_CONSTRUCTION
public static final ControlLevel SEARCH_COMMAND_EXECUTION
public static final ControlLevel RUNNING_QUERY_HANDLING
public static final ControlLevel VIEW_CONSTRUCTION
| Method Detail |
|---|
public static ControlLevel[] values()
for (ControlLevel c : ControlLevel.values()) System.out.println(c);
public static ControlLevel valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||