Uses of Class
net.sf.xaj.web.XmlDbWebConstants.BatchOperation

Packages that use XmlDbWebConstants.BatchOperation
net.sf.xaj.web   
 

Uses of XmlDbWebConstants.BatchOperation in net.sf.xaj.web
 

Methods in net.sf.xaj.web that return XmlDbWebConstants.BatchOperation
 XmlDbWebConstants.BatchOperation XmlDbBatchWebService.Command.getOp()
           
static XmlDbWebConstants.BatchOperation XmlDbWebConstants.BatchOperation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlDbWebConstants.BatchOperation[] XmlDbWebConstants.BatchOperation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.sf.xaj.web with parameters of type XmlDbWebConstants.BatchOperation
 void XmlDbBatchWebService.Command.setOp(XmlDbWebConstants.BatchOperation op)