atg.search.routing.command.search
Class StringOp

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

public class StringOp
extends Enum

See Also:
Serialized Form

Nested Class Summary
static class StringOp.StringOpEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static StringOp BETWEEN
           
static java.lang.String CLASS_VERSION
          Class version string
static StringOp CONTAINS
           
static StringOp ENDS
           
static StringOp EQUAL
           
static StringOp GREATER
           
static StringOp GREATER_LESS
          Greater than the first, less than the second, i.e., between
static StringOp GREATER_LESSEQ
          greater than the first, lesseq than the second
static StringOp GREATEREQ
           
static StringOp GREATEREQ_LESS
          greatereq the first, less than the second
static StringOp GREATEREQ_LESSEQ
          greatereq the first, lesseq than the second, i.e., within
static StringOp LESS
           
static StringOp LESSEQ
           
static StringOp STARTS
           
static StringOp WITHIN
           
 
Method Summary
static boolean isRangeOp(StringOp opVal)
           
static StringOp 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


EQUAL

public static final StringOp EQUAL

GREATER

public static final StringOp GREATER

GREATEREQ

public static final StringOp GREATEREQ

LESS

public static final StringOp LESS

LESSEQ

public static final StringOp LESSEQ

BETWEEN

public static final StringOp BETWEEN

WITHIN

public static final StringOp WITHIN

CONTAINS

public static final StringOp CONTAINS

STARTS

public static final StringOp STARTS

ENDS

public static final StringOp ENDS

GREATER_LESS

public static final StringOp GREATER_LESS
Greater than the first, less than the second, i.e., between


GREATER_LESSEQ

public static final StringOp GREATER_LESSEQ
greater than the first, lesseq than the second


GREATEREQ_LESS

public static final StringOp GREATEREQ_LESS
greatereq the first, less than the second


GREATEREQ_LESSEQ

public static final StringOp GREATEREQ_LESSEQ
greatereq the first, lesseq than the second, i.e., within

Method Detail

valueOf

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

isRangeOp

public static boolean isRangeOp(StringOp opVal)