atg.search.routing.command.search
Class BooleanExpressionType

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

public class BooleanExpressionType
extends Enum

Types of boolean expressions

See Also:
Serialized Form

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

AND

public static final BooleanExpressionType AND

NOT

public static final BooleanExpressionType NOT
Method Detail

valueOf

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