atg.search.routing.command.search
Class QueryRequest.Strategy

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

public static class QueryRequest.Strategy
extends Enum

Search strategy type. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class QueryRequest.Strategy.StrategyEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static QueryRequest.Strategy EVERYTHING
           
static QueryRequest.Strategy EXACT
           
static QueryRequest.Strategy EXPAND
           
static QueryRequest.Strategy NORMAL
           
static QueryRequest.Strategy RESTRICT
           
 
Fields inherited from class atg.core.util.Enum
CLASS_VERSION
 
Method Summary
static java.util.Iterator getIterator()
           
static QueryRequest.Strategy 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

EVERYTHING

public static final QueryRequest.Strategy EVERYTHING

EXPAND

public static final QueryRequest.Strategy EXPAND

NORMAL

public static final QueryRequest.Strategy NORMAL

RESTRICT

public static final QueryRequest.Strategy RESTRICT

EXACT

public static final QueryRequest.Strategy EXACT
Method Detail

valueOf

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

getIterator

public static java.util.Iterator getIterator()