Class WorkflowStepOutputImpl
java.lang.Object
org.galaxyproject.gxformat2.v19_09.utils.SavableImpl
org.galaxyproject.gxformat2.v19_09.WorkflowStepOutputImpl
- All Implemented Interfaces:
Identified
,Savable
,WorkflowStepOutput
Auto-generated class implementation for
https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput
Associate an output parameter of the underlying process with a workflow parameter. The workflow parameter (given in the `id` field) be may be used as a `source` to connect with input parameters of other workflow steps, or with an output parameter of the process.A unique identifier for this workflow output parameter. This is the identifier to use in the `source` field of `WorkflowStepInput` to connect the output value to downstream parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowStepOutputImpl
(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowStepOutputImpl. -
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/add_tagsGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/change_datatypeGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/delete_intermediate_datasetsgetHide()
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/hidegetId()
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#WorkflowStepOutput/remove_tagsGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/renameGetter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/set_columns
-
Constructor Details
-
WorkflowStepOutputImpl
public WorkflowStepOutputImpl(Object __doc_, String __baseUri_, LoadingOptions __loadingOptions, String __docRoot_) Used byRootLoader
to construct instances of WorkflowStepOutputImpl.- 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 interfaceWorkflowStepOutput
-
getAdd_tags
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/add_tags- Specified by:
getAdd_tags
in interfaceWorkflowStepOutput
-
getChange_datatype
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/change_datatype- Specified by:
getChange_datatype
in interfaceWorkflowStepOutput
-
getDelete_intermediate_datasets
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/delete_intermediate_datasets- Specified by:
getDelete_intermediate_datasets
in interfaceWorkflowStepOutput
-
getHide
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/hide- Specified by:
getHide
in interfaceWorkflowStepOutput
-
getRemove_tags
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/remove_tags- Specified by:
getRemove_tags
in interfaceWorkflowStepOutput
-
getRename
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/rename- Specified by:
getRename
in interfaceWorkflowStepOutput
-
getSet_columns
Getter for property https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput/set_columns- Specified by:
getSet_columns
in interfaceWorkflowStepOutput
-