Class WorkflowOutputParameterImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.WorkflowOutputParameterImpl
- All Implemented Interfaces:
Documented
,Identified
,OutputParameter
,Parameter
,Savable
,WorkflowOutputParameter
Auto-generated class implementation for
https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter
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.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowOutputParameterImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowOutputParameterImpl. -
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.
-
Constructor Details
-
WorkflowOutputParameterImpl
public WorkflowOutputParameterImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowOutputParameterImpl.- Parameters:
__doc_
- Document fragment to load this record object from (presumably aMap
).__baseUri_
- Base URI to generate child document IDs against.__loadingOptions
- Context for loading URIs and populating objects.__docRoot_
- ID at this position in the document (if available) (maybe?)- Throws:
ValidationException
- If the document fragment is not aMap
or validation of fields fails.
-
-
Method Details
-
getId
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object. *
- Specified by:
getId
in interfaceWorkflowOutputParameter
-
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
- Specified by:
getDoc
in interfaceWorkflowOutputParameter
-
getOutputSource
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowOutputParameter/outputSource
Specifies workflow parameter that supply the value of to the output parameter. *
- Specified by:
getOutputSource
in interfaceWorkflowOutputParameter
-
getType
Getter for property https://w3id.org/cwl/salad#type
Specify valid types of data that may be assigned to this parameter. *
- Specified by:
getType
in interfaceWorkflowOutputParameter
-