atg.search.routing.command.search
Class QueryRequest.RequestMode
java.lang.Object
  
atg.core.util.Enum
      
atg.search.routing.command.search.QueryRequest.RequestMode
- All Implemented Interfaces: 
 - java.io.Serializable, java.lang.Comparable
 
- Enclosing class:
 - QueryRequest
 
public static class QueryRequest.RequestMode
- extends Enum
 
Reuqest mode enumeration type.
 See SearchPropertyEditors.
- See Also:
 - Serialized Form
 
 
 
 
 
| 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 | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
NORMAL
public static final QueryRequest.RequestMode NORMAL
SUBTRACT_DOC
public static final QueryRequest.RequestMode SUBTRACT_DOC
SUBTRACT_ANS
public static final QueryRequest.RequestMode SUBTRACT_ANS
PENALIZE_DOC
public static final QueryRequest.RequestMode PENALIZE_DOC
PENALIZE_ANS
public static final QueryRequest.RequestMode PENALIZE_ANS
WITHIN_DOC
public static final QueryRequest.RequestMode WITHIN_DOC
WITHIN_ANS
public static final QueryRequest.RequestMode WITHIN_ANS
getIterator
public static java.util.Iterator getIterator()
 
valueOf
public static QueryRequest.RequestMode valueOf(java.lang.String pName)
- Method to get the enumerated value object for the given string.
- Parameters:
 pName - String name to lookup.
- Returns:
 - Enum for the given name.