com.primus.searchcommon.constants
Class BrowseConstants.BrowseType

java.lang.Object
  extended by com.primus.frameworks.Enum
      extended by com.primus.searchcommon.constants.BrowseConstants.BrowseType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
BrowseConstants

public static class BrowseConstants.BrowseType
extends com.primus.frameworks.Enum

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.primus.frameworks.Enum
com.primus.frameworks.Enum.EnumEditor, com.primus.frameworks.Enum.LocaleEnumEditor
 
Field Summary
static BrowseConstants.BrowseType ALL
           
static BrowseConstants.BrowseType DOCUMENT
           
static BrowseConstants.BrowseType PA
           
 
Fields inherited from class com.primus.frameworks.Enum
CLASS_VERSION
 
Method Summary
 
Methods inherited from class com.primus.frameworks.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

PA

public static final BrowseConstants.BrowseType PA

ALL

public static final BrowseConstants.BrowseType ALL

DOCUMENT

public static final BrowseConstants.BrowseType DOCUMENT