com.sap.businessobjects.platform.search.common
Class SearchIndexRequest.CategoryTypes

java.lang.Object
  extended by java.lang.Enum
      extended by com.sap.businessobjects.platform.search.common.SearchIndexRequest.CategoryTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
SearchIndexRequest

public static final class SearchIndexRequest.CategoryTypes
extends java.lang.Enum

The CategoryTypes is an enum to define different category types.

See Also:
Serialized Form

Field Summary
static SearchIndexRequest.CategoryTypes ALL_CATEGORY
          An enum to retrieve both metadata and content category.
static SearchIndexRequest.CategoryTypes CONTENT_CATEGORY
          An enum to retrieve content category only.
static SearchIndexRequest.CategoryTypes METADATA_CATEGORY
           An enum to retrieve metadata category only.
 
Method Summary
static SearchIndexRequest.CategoryTypes valueOf(java.lang.String name)
           
static SearchIndexRequest.CategoryTypes[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

METADATA_CATEGORY

public static final SearchIndexRequest.CategoryTypes METADATA_CATEGORY

An enum to retrieve metadata category only.


CONTENT_CATEGORY

public static final SearchIndexRequest.CategoryTypes CONTENT_CATEGORY

An enum to retrieve content category only.


ALL_CATEGORY

public static final SearchIndexRequest.CategoryTypes ALL_CATEGORY

An enum to retrieve both metadata and content category.

Method Detail

values

public static SearchIndexRequest.CategoryTypes[] values()

valueOf

public static SearchIndexRequest.CategoryTypes valueOf(java.lang.String name)