atg.search.routing.command.search
Class RefinementSortOrder

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

public class RefinementSortOrder
extends Enum

Refinement sort order enumeration

See Also:
Serialized Form

Nested Class Summary
static class RefinementSortOrder.RefinementSortOrderEditor
           
 
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 RefinementSortOrder COUNT
           
static RefinementSortOrder NONE
           
static RefinementSortOrder ORDER
           
static RefinementSortOrder VALUE
           
 
Method Summary
static RefinementSortOrder 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


COUNT

public static final RefinementSortOrder COUNT

VALUE

public static final RefinementSortOrder VALUE

ORDER

public static final RefinementSortOrder ORDER

NONE

public static final RefinementSortOrder NONE
Method Detail

valueOf

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