com.bea.content.spi.flexspi.ticket
Enum RepositoryOpsV1.MethodName
java.lang.Object
java.lang.Enum<RepositoryOpsV1.MethodName>
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>
pingRepository
public static final RepositoryOpsV1.MethodName pingRepository
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.
Copyright © 2011, Oracle. All rights reserved.