Uses of Class
org.hpccsystems.ws.client.wrappers.wsworkunits.ECLResultWrapper
-
Packages that use ECLResultWrapper Package Description org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of ECLResultWrapper in org.hpccsystems.ws.client.wrappers.wsworkunits
Methods in org.hpccsystems.ws.client.wrappers.wsworkunits that return types with arguments of type ECLResultWrapper Modifier and Type Method Description List<ECLResultWrapper>WorkunitWrapper. getResults()Deprecated.Gets the results.List<ECLResultWrapper>WorkunitWrapper. getVariables()Deprecated.Gets the variables.Method parameters in org.hpccsystems.ws.client.wrappers.wsworkunits with type arguments of type ECLResultWrapper Modifier and Type Method Description WorkunitWrapperWorkunitWrapper. setResults(List<ECLResultWrapper> eclResults)Deprecated.Sets the results.WorkunitWrapperWorkunitWrapper. setVariables(List<ECLResultWrapper> variables)Deprecated.Sets the variables.
-