atg.search.routing.command.search
Class ResponseFormat

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

public class ResponseFormat
extends Enum

Controls the response format. See SearchPropertyEditors.

See Also:
Serialized Form

Nested Class Summary
static class ResponseFormat.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 ResponseFormat COMP
          Compressed non-XML format
static ResponseFormat NORM
          Normal XML formal
 
Method Summary
static java.util.Iterator getIterator()
           
static ResponseFormat 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


COMP

public static final ResponseFormat COMP
Compressed non-XML format


NORM

public static final ResponseFormat NORM
Normal XML formal

Method Detail

getIterator

public static java.util.Iterator getIterator()

valueOf

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