atg.search.routing.command.search
Class QueryRequest.RuleMode

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

public static class QueryRequest.RuleMode
extends Enum

Rule mode enumeration type. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class QueryRequest.RuleMode.RuleModeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static QueryRequest.RuleMode DISPLAY
           
static QueryRequest.RuleMode EXEC
           
static QueryRequest.RuleMode IGNORE
           
 
Fields inherited from class atg.core.util.Enum
CLASS_VERSION
 
Method Summary
static java.util.Iterator getIterator()
           
static QueryRequest.RuleMode valueOf(java.lang.String pName)
          Method to get the enumerated value object for the given string.
 
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

IGNORE

public static final QueryRequest.RuleMode IGNORE

DISPLAY

public static final QueryRequest.RuleMode DISPLAY

EXEC

public static final QueryRequest.RuleMode EXEC
Method Detail

getIterator

public static java.util.Iterator getIterator()

valueOf

public static QueryRequest.RuleMode 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.