com.primus.searchcommon.constants
Class ViewItemConstants.SectionsType

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

public static class ViewItemConstants.SectionsType
extends com.primus.frameworks.Enum

what to return

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.SectionsType ALL
           
static ViewItemConstants.SectionsType BODY
           
static ViewItemConstants.SectionsType FOOT
           
static ViewItemConstants.SectionsType HEAD
           
 
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

HEAD

public static final ViewItemConstants.SectionsType HEAD

BODY

public static final ViewItemConstants.SectionsType BODY

FOOT

public static final ViewItemConstants.SectionsType FOOT

ALL

public static final ViewItemConstants.SectionsType ALL