Uses of Class
net.bioclipse.xws.client.adhoc.ProcessStatusCode

Packages that use ProcessStatusCode
net.bioclipse.xws.client.adhoc   
 

Uses of ProcessStatusCode in net.bioclipse.xws.client.adhoc
 

Methods in net.bioclipse.xws.client.adhoc that return ProcessStatusCode
 ProcessStatusCode IProcess.getStatusCode()
          Returns the process status code.
static ProcessStatusCode ProcessStatusCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessStatusCode[] ProcessStatusCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.