Uses of Class
com.dnanexus.OutputParameter
-
Packages that use OutputParameter Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of OutputParameter in com.dnanexus
Methods in com.dnanexus that return OutputParameter Modifier and Type Method Description OutputParameterOutputParameter.Builder. build()Builds the output parameter object.Methods in com.dnanexus that return types with arguments of type OutputParameter Modifier and Type Method Description List<OutputParameter>DXApplet.Describe. getOutputSpecification()Returns the applet's output specification.Method parameters in com.dnanexus with type arguments of type OutputParameter Modifier and Type Method Description DXApplet.BuilderDXApplet.Builder. setOutputSpecification(List<? extends OutputParameter> outputSpec)Sets the output specification of the applet to be created.
-