Interface WorkflowStepInput
- All Superinterfaces:
Identified
,Labeled
,Savable
,Sink
- All Known Implementing Classes:
WorkflowStepInputImpl
Auto-generated interface for https://galaxyproject.org/gxformat2/v19_09#WorkflowStepInput
This interface is implemented by
This interface is implemented by
WorkflowStepInputImpl
TODO:
-
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://w3id.org/cwl/salad#default
The default value for this parameter to use if either there is no `source` field, or the value produced by the `source` is `null`.getId()
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object.getLabel()
Getter for property https://w3id.org/cwl/cwl#Labeled/label
A short, human-readable label of this object.Getter for property https://w3id.org/cwl/cwl#source
Specifies one or more workflow parameters that will provide input to the underlying step parameter.
-
Method Details
-
getId
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object. *
-
getSource
Getter for property https://w3id.org/cwl/cwl#source
Specifies one or more workflow parameters that will provide input to the underlying step parameter. *
-
getLabel
Getter for property https://w3id.org/cwl/cwl#Labeled/label
A short, human-readable label of this object. *
-
getDefault
Getter for property https://w3id.org/cwl/salad#default
The default value for this parameter to use if either there is no `source` field, or the value produced by the `source` is `null`. The default must be applied prior to scattering or evaluating `valueFrom`. *
-