atg.search.routing.command.search
Class ResultCountType

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

public class ResultCountType
extends Enum

Result count type enum

See Also:
Serialized Form

Nested Class Summary
static class ResultCountType.ResultCountTypeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static ResultCountType GROUP
           
static ResultCountType ITEM
           
static ResultCountType STATEMENT
           
 
Method Summary
static ResultCountType 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


STATEMENT

public static final ResultCountType STATEMENT

ITEM

public static final ResultCountType ITEM

GROUP

public static final ResultCountType GROUP
Method Detail

valueOf

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