Uses of Class
com.dnanexus.IOClass
-
Packages that use IOClass Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of IOClass in com.dnanexus
Methods in com.dnanexus that return IOClass Modifier and Type Method Description IOClassInputParameter. getIOClass()Returns the class of the parameter.IOClassOutputParameter. getIOClass()Returns the class of the parameter.static IOClassIOClass. valueOf(String name)Returns the enum constant of this type with the specified name.static IOClass[]IOClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dnanexus with parameters of type IOClass Modifier and Type Method Description static InputParameter.BuilderInputParameter. newInputParameter(String name, IOClass parameterClass)Returns a new input parameter builder initialized with the specified input name and class.static OutputParameter.BuilderOutputParameter. newOutputParameter(String name, IOClass parameterClass)Returns a new output parameter builder initialized with the specified output name and class.
-