atg.search.routing.command.search
Class BrowseRequest.Sorting

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

public static class BrowseRequest.Sorting
extends Enum

Sorting (grouping) for results. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class BrowseRequest.Sorting.SortingEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static BrowseRequest.Sorting DOCUMENT
           
static BrowseRequest.Sorting PROPERTY
           
 
Fields inherited from class atg.core.util.Enum
CLASS_VERSION
 
Method Summary
static java.util.Iterator getIterator()
           
static BrowseRequest.Sorting 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

DOCUMENT

public static final BrowseRequest.Sorting DOCUMENT

PROPERTY

public static final BrowseRequest.Sorting PROPERTY
Method Detail

valueOf

public static BrowseRequest.Sorting 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.

getIterator

public static java.util.Iterator getIterator()