GWT 2.1.0

Uses of Class
com.google.gwt.requestfactory.shared.WriteOperation

Packages that use WriteOperation
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of WriteOperation in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return WriteOperation
 WriteOperation EntityProxyChange.getWriteOperation()
           
static WriteOperation WriteOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WriteOperation[] WriteOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.gwt.requestfactory.shared with parameters of type WriteOperation
EntityProxyChange(P proxy, WriteOperation writeOperation)
           
 


GWT 2.1.0