com.primus.searchcommon.constants
Class ViewItemConstants.QueryMode

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

public static class ViewItemConstants.QueryMode
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 ViewItemConstants.QueryMode ALL
           
static ViewItemConstants.QueryMode AND
           
static ViewItemConstants.QueryMode BOOLEAN
           
static ViewItemConstants.QueryMode KEYWORD
           
static ViewItemConstants.QueryMode NLP
           
 
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

BOOLEAN

public static final ViewItemConstants.QueryMode BOOLEAN

KEYWORD

public static final ViewItemConstants.QueryMode KEYWORD

AND

public static final ViewItemConstants.QueryMode AND

ALL

public static final ViewItemConstants.QueryMode ALL

NLP

public static final ViewItemConstants.QueryMode NLP