no.sesat.search.site.config
Enum Spi
java.lang.Object
java.lang.Enum<Spi>
no.sesat.search.site.config.Spi
- All Implemented Interfaces:
- Serializable, Comparable<Spi>
public enum Spi
- extends Enum<Spi>
- Version:
- $Id: Spi.java 7225 2009-04-09 00:32:20Z ssmiweve $
|
Method Summary |
Spi |
getParent()
|
String |
toString()
|
static Spi |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Spi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
SITE
public static final Spi SITE
QUERY_EVALUATION
public static final Spi QUERY_EVALUATION
QUERY_TRANSFORM_CONFIG
public static final Spi QUERY_TRANSFORM_CONFIG
QUERY_TRANSFORM_CONTROL
public static final Spi QUERY_TRANSFORM_CONTROL
RESULT
public static final Spi RESULT
RESULT_HANDLER_CONFIG
public static final Spi RESULT_HANDLER_CONFIG
RESULT_HANDLER_CONTROL
public static final Spi RESULT_HANDLER_CONTROL
SEARCH_COMMAND_CONFIG
public static final Spi SEARCH_COMMAND_CONFIG
SEARCH_COMMAND_CONTROL
public static final Spi SEARCH_COMMAND_CONTROL
VIEW_CONFIG
public static final Spi VIEW_CONFIG
VIEW_CONTROL
public static final Spi VIEW_CONTROL
RUN_HANDLER_CONFIG
public static final Spi RUN_HANDLER_CONFIG
RUN_HANDLER_CONTROL
public static final Spi RUN_HANDLER_CONTROL
RUN_TRANSFORM_CONFIG
public static final Spi RUN_TRANSFORM_CONFIG
RUN_TRANSFORM_CONTROL
public static final Spi RUN_TRANSFORM_CONTROL
SERVLET_HANDLER
public static final Spi SERVLET_HANDLER
VELOCITY_DIRECTIVES
public static final Spi VELOCITY_DIRECTIVES
values
public static Spi[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Spi c : Spi.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Spi valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getParent
public Spi getParent()
- Returns:
toString
public String toString()
- Overrides:
toString in class Enum<Spi>
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.