atg.search.routing.command.indexing
Class OptionsBase.ExpandedStemmingType

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

public static class OptionsBase.ExpandedStemmingType
extends Enum

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static OptionsBase.ExpandedStemmingType ALL
           
static java.lang.String CLASS_VERSION
          Class version string
static OptionsBase.ExpandedStemmingType FALSE
           
static OptionsBase.ExpandedStemmingType UNTAGGED
           
 
Method Summary
static OptionsBase.ExpandedStemmingType 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 final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

FALSE

public static final OptionsBase.ExpandedStemmingType FALSE

ALL

public static final OptionsBase.ExpandedStemmingType ALL

UNTAGGED

public static final OptionsBase.ExpandedStemmingType UNTAGGED
Method Detail

valueOf

public static OptionsBase.ExpandedStemmingType valueOf(java.lang.String pName)