com.primus.searchcommon.constants
Class ViewItemConstants.ReturnType

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

public static class ViewItemConstants.ReturnType
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.ReturnType DOCUMENT
           
static ViewItemConstants.ReturnType FIELDOFFSET
           
static ViewItemConstants.ReturnType INFORMATION
           
static ViewItemConstants.ReturnType OFFSET
           
 
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

DOCUMENT

public static final ViewItemConstants.ReturnType DOCUMENT

OFFSET

public static final ViewItemConstants.ReturnType OFFSET

FIELDOFFSET

public static final ViewItemConstants.ReturnType FIELDOFFSET

INFORMATION

public static final ViewItemConstants.ReturnType INFORMATION