atg.search.routing.command.search
Class TreeQueryRequest.DocSort

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

public static class TreeQueryRequest.DocSort
extends Enum

Secondary sort method to use on final result groups. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class TreeQueryRequest.DocSort.DocSortEditor
           
 
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 TreeQueryRequest.DocSort FLOATPROP
           
static TreeQueryRequest.DocSort INTPROP
           
static TreeQueryRequest.DocSort RELEVANCE
           
static TreeQueryRequest.DocSort STRPROP
           
 
Method Summary
static java.util.Iterator getIterator()
           
static TreeQueryRequest.DocSort 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

RELEVANCE

public static final TreeQueryRequest.DocSort RELEVANCE

STRPROP

public static final TreeQueryRequest.DocSort STRPROP

INTPROP

public static final TreeQueryRequest.DocSort INTPROP

FLOATPROP

public static final TreeQueryRequest.DocSort FLOATPROP
Method Detail

valueOf

public static TreeQueryRequest.DocSort 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()