atg.search.routing.command.search
Class RefineCountType

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

public class RefineCountType
extends Enum

Modes for counting refinement values

See Also:
Serialized Form

Nested Class Summary
static class RefineCountType.RefineCountTypeEditor
           
 
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 RefineCountType GROUP
          Counts by group
static RefineCountType ITEM
          Counts by item
 
Constructor Summary
protected RefineCountType(java.lang.String enumName, int ordinalVal)
           
 
Method Summary
static RefineCountType valueOf(java.lang.String pName)
          Method to get the enumerated value object for the given string.
 
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


GROUP

public static final RefineCountType GROUP
Counts by group


ITEM

public static final RefineCountType ITEM
Counts by item

Constructor Detail

RefineCountType

protected RefineCountType(java.lang.String enumName,
                          int ordinalVal)
Method Detail

valueOf

public static RefineCountType valueOf(java.lang.String pName)
Method to get the enumerated value object for the given string.

Parameters:
pName - String name to lookup.
Returns:
Enum for the given name.