com.primus.searchcommon
Class RequestConstants.RQType

java.lang.Object
  extended by com.primus.frameworks.Enum
      extended by com.primus.searchcommon.RequestConstants.RQType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
RequestConstants

public static class RequestConstants.RQType
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 RequestConstants.RQType REQUEST_TYPE_ANSWER
           
static RequestConstants.RQType REQUEST_TYPE_QUESTION
           
 
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

REQUEST_TYPE_QUESTION

public static final RequestConstants.RQType REQUEST_TYPE_QUESTION

REQUEST_TYPE_ANSWER

public static final RequestConstants.RQType REQUEST_TYPE_ANSWER