com.waveset.object
Class ResourceResult.Operation
java.lang.Object
com.waveset.object.ResourceResult.Operation
- Enclosing class:
- ResourceResult
- public static class ResourceResult.Operation
- extends java.lang.Object
An enumeration class Used for values of the _op field,
indicating the type of operation that was atttempted on the resource.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CREATE
public static final ResourceResult.Operation CREATE
UPDATE
public static final ResourceResult.Operation UPDATE
DELETE
public static final ResourceResult.Operation DELETE
FETCH
public static final ResourceResult.Operation FETCH
NONE
public static final ResourceResult.Operation NONE
- This is used to indicate that an operation that would normally
have bene performed for this resource was suppressed.
A detailed message should be contained in the inner WavesetResult.
ITEMS
public static final ResourceResult.Operation[] ITEMS
toString
public java.lang.String toString()
fromString
public static ResourceResult.Operation fromString(java.lang.String name)