com.bea.content.spi.flexspi.repository
Enum RepositoryConfigOpsV2.MethodName

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

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


Enum Constant Summary
createRepository
           
getRepositoryPublicConfigKeys
           
removeRepository
           
updateRepository
           
 
Method Summary
static RepositoryConfigOpsV2.MethodName valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepositoryConfigOpsV2.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

createRepository

public static final RepositoryConfigOpsV2.MethodName createRepository

removeRepository

public static final RepositoryConfigOpsV2.MethodName removeRepository

updateRepository

public static final RepositoryConfigOpsV2.MethodName updateRepository

getRepositoryPublicConfigKeys

public static final RepositoryConfigOpsV2.MethodName getRepositoryPublicConfigKeys
Method Detail

values

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


valueOf

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



Copyright © 2011, Oracle. All rights reserved.