Skip navigation links


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

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

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

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

Enum Constant Summary
pingRepository
           

 

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

pingRepository

public static final RepositoryOpsV1.MethodName pingRepository

Method Detail

values

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

valueOf

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.