Interface WorkflowOutputParameter
- All Superinterfaces:
Documented
,Identified
,OutputParameter
,Parameter
,Savable
- All Known Implementing Classes:
WorkflowOutputParameterImpl
Auto-generated interface for
https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter
This interface is implemented by
This interface is implemented by
WorkflowOutputParameterImpl
Describe an output parameter of a workflow. The parameter must be connected to one parameter defined in the workflow that will provide the value of the output parameter. It is legal to connect a WorkflowInputParameter to a WorkflowOutputParameter.
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
Getter for property https://w3id.org/cwl/salad#Documented/doc
A documentation string for this object, or an array of strings which should be concatenated.getId()
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object.Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter/outputSource
Specifies workflow parameter that supply the value of to the output parameter.getType()
Getter for property https://w3id.org/cwl/salad#type
Specify valid types of data that may be assigned to this parameter.
-
Method Details
-
getId
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object. *
-
getDoc
Getter for property https://w3id.org/cwl/salad#Documented/doc
A documentation string for this object, or an array of strings which should be concatenated. *
- Specified by:
getDoc
in interfaceDocumented
- Specified by:
getDoc
in interfaceOutputParameter
- Specified by:
getDoc
in interfaceParameter
-
getOutputSource
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter/outputSource
Specifies workflow parameter that supply the value of to the output parameter. *
-
getType
Getter for property https://w3id.org/cwl/salad#type
Specify valid types of data that may be assigned to this parameter. *
-