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

java.lang.Object
  extended by java.lang.Enum<SearchOpsV2.MethodName>
      extended by com.bea.content.spi.flexspi.ticket.SearchOpsV2.MethodName
All Implemented Interfaces
Serializable, Comparable<SearchOpsV2.MethodName>
Enclosing interface:
SearchOpsV2

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


Enum Constant Summary
indexContentByPath
           
indexContentByType
           
nodeSearch
           
search
           
 
Method Summary
static SearchOpsV2.MethodName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchOpsV2.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 SearchOpsV2.MethodName indexContentByPath

indexContentByType

public static final SearchOpsV2.MethodName indexContentByType

search

public static final SearchOpsV2.MethodName search

nodeSearch

public static final SearchOpsV2.MethodName nodeSearch
Method Detail

values

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


valueOf

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



Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.