atg.search.routing.command.search
Class RelevanceType

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

public class RelevanceType
extends Enum

Relevance type enumeration.

See Also:
Serialized Form

Nested Class Summary
static class RelevanceType.RelevanceTypeEditor
           
 
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 RelevanceType ITEM
           
static RelevanceType STATEMENT
           
 
Method Summary
static RelevanceType valueOf(java.lang.String pName)
           
 
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


STATEMENT

public static final RelevanceType STATEMENT

ITEM

public static final RelevanceType ITEM
Method Detail

valueOf

public static RelevanceType valueOf(java.lang.String pName)