atg.search.routing.command.search
Class InputType

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

public class InputType
extends Enum

Input type enumeration

See Also:
Serialized Form

Nested Class Summary
static class InputType.InputTypeEditor
           
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static InputType CASE
           
static java.lang.String CLASS_VERSION
          Class version string
static InputType EXPANSION
           
static InputType FEATURE
           
static InputType LITERAL
           
static InputType POS
           
static InputType STEM
           
 
Method Summary
static InputType 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


POS

public static final InputType POS

LITERAL

public static final InputType LITERAL

STEM

public static final InputType STEM

EXPANSION

public static final InputType EXPANSION

CASE

public static final InputType CASE

FEATURE

public static final InputType FEATURE
Method Detail

valueOf

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