atg.search.routing.command.search
Class DocSortPropVal

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

public class DocSortPropVal
extends Enum

When sorting by property value, this parameter determines how the value of the property is selected when the property has multiple values. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class DocSortPropVal.DocSortPropValEditor
           
 
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 DocSortPropVal FIRST
           
static DocSortPropVal HIGH
           
static DocSortPropVal LAST
           
static DocSortPropVal LOW
           
 
Method Summary
static java.util.Iterator getIterator()
           
static DocSortPropVal 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 java.lang.String CLASS_VERSION
Class version string


FIRST

public static final DocSortPropVal FIRST

LAST

public static final DocSortPropVal LAST

HIGH

public static final DocSortPropVal HIGH

LOW

public static final DocSortPropVal LOW
Method Detail

getIterator

public static java.util.Iterator getIterator()

valueOf

public static DocSortPropVal 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.