atg.search.routing.command.search
Class KeywordType

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

public class KeywordType
extends Enum

Enumeration for keyword constraint types

See Also:
Serialized Form

Nested Class Summary
static class KeywordType.KeywordTypeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static KeywordType ALL
          All keywords must be present
static KeywordType ANY
          Any one of the keywords must be present
static java.lang.String CLASS_VERSION
          Class version string
static KeywordType NOTANY
          None of the keywords must be present
 
Method Summary
static KeywordType 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


ALL

public static final KeywordType ALL
All keywords must be present


ANY

public static final KeywordType ANY
Any one of the keywords must be present


NOTANY

public static final KeywordType NOTANY
None of the keywords must be present

Method Detail

valueOf

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