Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
IOClass |
OutputParameter.getIOClass()
Returns the class of the parameter.
|
IOClass |
InputParameter.getIOClass()
Returns the class of the parameter.
|
static IOClass |
IOClass.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.
|
Modifier and Type | Method and Description |
---|---|
static InputParameter.Builder |
InputParameter.newInputParameter(String name,
IOClass parameterClass)
Returns a new input parameter builder initialized with the specified input name and class.
|
static OutputParameter.Builder |
OutputParameter.newOutputParameter(String name,
IOClass parameterClass)
Returns a new output parameter builder initialized with the specified output name and class.
|
Copyright © 2023. All Rights Reserved.