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

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

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

Methods in net.sf.xaj.web that return XmlDbWebConstants.BatchTask
 XmlDbWebConstants.BatchTask XmlDbBatchWebService.Command.getTask()
           
static XmlDbWebConstants.BatchTask XmlDbWebConstants.BatchTask.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlDbWebConstants.BatchTask[] XmlDbWebConstants.BatchTask.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.BatchTask
 void XmlDbBatchWebService.Command.setTask(XmlDbWebConstants.BatchTask task)