Skip navigation links


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

java.lang.Object
  extended by java.lang.Enum<RepositoryConfigOpsV1.MethodName>
      extended by com.bea.content.spi.flexspi.repository.RepositoryConfigOpsV1.MethodName

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

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

Enum Constant Summary
createRepository
           
removeRepository
           
updateRepository
           

 

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

removeRepository

public static final RepositoryConfigOpsV1.MethodName removeRepository

updateRepository

public static final RepositoryConfigOpsV1.MethodName updateRepository

Method Detail

values

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

valueOf

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.