Skip navigation links


com.bea.content.spi.flexspi.ticket
Enum SearchOpsV1.MethodName

java.lang.Object
  extended by java.lang.Enum<SearchOpsV1.MethodName>
      extended by com.bea.content.spi.flexspi.ticket.SearchOpsV1.MethodName

All Implemented Interfaces
Serializable, Comparable<SearchOpsV1.MethodName>
Enclosing interface:
SearchOpsV1

public static enum SearchOpsV1.MethodName
extends Enum<SearchOpsV1.MethodName>

Enum Constant Summary
indexContentByPath
           
indexContentByType
           
search
           

 

Method Summary
static SearchOpsV1.MethodName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchOpsV1.MethodName[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

indexContentByPath

public static final SearchOpsV1.MethodName indexContentByPath

indexContentByType

public static final SearchOpsV1.MethodName indexContentByType

search

public static final SearchOpsV1.MethodName search

Method Detail

values

public static final SearchOpsV1.MethodName[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.

valueOf

public static SearchOpsV1.MethodName valueOf(String name)
Returns the enum constant of this type with the specified name.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.