atg.search.routing.command.search
Class BrowseRequest.DocSortOrder

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

public static class BrowseRequest.DocSortOrder
extends Enum

Order of the secondary sort. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class BrowseRequest.DocSortOrder.DocSortOrderEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static BrowseRequest.DocSortOrder ASCENDING
           
static java.lang.String CLASS_VERSION
          Class version string
static BrowseRequest.DocSortOrder DESCENDING
           
 
Method Summary
static java.util.Iterator getIterator()
           
static BrowseRequest.DocSortOrder 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 final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

ASCENDING

public static final BrowseRequest.DocSortOrder ASCENDING

DESCENDING

public static final BrowseRequest.DocSortOrder DESCENDING
Method Detail

valueOf

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

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

getIterator

public static java.util.Iterator getIterator()