atg.search.routing.command.search
Class TermCountType

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

public class TermCountType
extends Enum

Enumeration for term counts.

See Also:
Serialized Form

Nested Class Summary
static class TermCountType.TermCountTypeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static TermCountType ANY
           
static java.lang.String CLASS_VERSION
          Class version string
static TermCountType CONTENT
           
static TermCountType WEIGHTED
           
 
Method Summary
static TermCountType 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


ANY

public static final TermCountType ANY

CONTENT

public static final TermCountType CONTENT

WEIGHTED

public static final TermCountType WEIGHTED
Method Detail

valueOf

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