|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object
java.lang.Enum<XcapRequest.Operation>
com.oracle.sft.xcap.client.XcapRequest.Operation
public static enum XcapRequest.Operation
The XCAP method to be performed.
Enum Constant Summary | |
---|---|
DELETE The operation to delete a resource. |
|
FETCH The operation to fetch a resource. |
|
SYNC The operation to create or replace a resource. |
Method Summary | |
---|---|
String |
toString() Generate string of the operation. |
static XcapRequest.Operation |
valueOf(String name) Returns the enum constant of this type with the specified name. |
static XcapRequest.Operation[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final XcapRequest.Operation SYNC
public static final XcapRequest.Operation DELETE
public static final XcapRequest.Operation FETCH
Method Detail |
---|
public static XcapRequest.Operation[] values()
for (XcapRequest.Operation c : XcapRequest.Operation.values()) System.out.println(c);
public static XcapRequest.Operation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<XcapRequest.Operation>
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.