atg.search.routing.command.search
Class QueryRequest.Mode

java.lang.Object
  extended by atg.core.util.Enum
      extended by atg.search.routing.command.search.QueryRequest.Mode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
QueryRequest

public static class QueryRequest.Mode
extends Enum

Query mode enumeration. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class QueryRequest.Mode.ModeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static QueryRequest.Mode AND
           
static QueryRequest.Mode BOOLEAN
          Deprecated. as of 9.0. Use BOOLEAN_STMT.
static QueryRequest.Mode BOOLEAN_DOC
           
static QueryRequest.Mode BOOLEAN_STMT
           
static QueryRequest.Mode KEYWORD
           
static QueryRequest.Mode MATCHALL
           
static QueryRequest.Mode NLP
           
 
Fields inherited from class atg.core.util.Enum
CLASS_VERSION
 
Method Summary
static java.util.Iterator getIterator()
           
static QueryRequest.Mode valueOf(java.lang.String pName)
           
 
Methods inherited from class atg.core.util.Enum
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NLP

public static final QueryRequest.Mode NLP

BOOLEAN

public static final QueryRequest.Mode BOOLEAN
Deprecated. as of 9.0. Use BOOLEAN_STMT.

BOOLEAN_STMT

public static final QueryRequest.Mode BOOLEAN_STMT

BOOLEAN_DOC

public static final QueryRequest.Mode BOOLEAN_DOC

KEYWORD

public static final QueryRequest.Mode KEYWORD

AND

public static final QueryRequest.Mode AND

MATCHALL

public static final QueryRequest.Mode MATCHALL
Method Detail

valueOf

public static QueryRequest.Mode valueOf(java.lang.String pName)

getIterator

public static java.util.Iterator getIterator()