atg.search.routing.command.search
Class StructuredQueryRequest.DocSetSort

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

public static class StructuredQueryRequest.DocSetSort
extends Enum

Doc set sort enumeration. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class StructuredQueryRequest.DocSetSort.DocSetSortEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static StructuredQueryRequest.DocSetSort FULLTREE
           
static StructuredQueryRequest.DocSetSort NONE
           
static StructuredQueryRequest.DocSetSort SPARSETREE
           
 
Fields inherited from class atg.core.util.Enum
CLASS_VERSION
 
Method Summary
static java.util.Iterator getIterator()
           
static StructuredQueryRequest.DocSetSort 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

NONE

public static final StructuredQueryRequest.DocSetSort NONE

FULLTREE

public static final StructuredQueryRequest.DocSetSort FULLTREE

SPARSETREE

public static final StructuredQueryRequest.DocSetSort SPARSETREE
Method Detail

valueOf

public static StructuredQueryRequest.DocSetSort 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()