atg.search.routing.command.search
Class BooleanMode

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

public class BooleanMode
extends Enum

Boolean mode enum

See Also:
Serialized Form

Nested Class Summary
static class BooleanMode.BooleanModeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static BooleanMode AND
           
static java.lang.String CLASS_VERSION
          Class version string
static BooleanMode FULL_BOOLEAN_DOC
           
static BooleanMode FULL_BOOLEAN_STMT
           
static BooleanMode IMPLICIT_ITEM_AND
           
static BooleanMode OR
           
static BooleanMode SIMPLE_BOOLEAN
           
 
Method Summary
static BooleanMode 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


OR

public static final BooleanMode OR

AND

public static final BooleanMode AND

FULL_BOOLEAN_DOC

public static final BooleanMode FULL_BOOLEAN_DOC

FULL_BOOLEAN_STMT

public static final BooleanMode FULL_BOOLEAN_STMT

SIMPLE_BOOLEAN

public static final BooleanMode SIMPLE_BOOLEAN

IMPLICIT_ITEM_AND

public static final BooleanMode IMPLICIT_ITEM_AND
Method Detail

valueOf

public static BooleanMode valueOf(java.lang.String pName)