com.waveset.object
Class ResourceResult.Operation

java.lang.Object
  extended bycom.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.


Field Summary
static ResourceResult.Operation CREATE
           
static ResourceResult.Operation DELETE
           
static ResourceResult.Operation FETCH
           
static ResourceResult.Operation[] ITEMS
           
static ResourceResult.Operation NONE
          This is used to indicate that an operation that would normally have bene performed for this resource was suppressed.
static ResourceResult.Operation UPDATE
           
 
Method Summary
static ResourceResult.Operation fromString(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public java.lang.String toString()

fromString

public static ResourceResult.Operation fromString(java.lang.String name)