Interface WorkflowInputParameter
- All Superinterfaces:
Documented
,HasStepPosition
,Identified
,InputParameter
,Parameter
,Savable
- All Known Implementing Classes:
WorkflowInputParameterImpl
Auto-generated interface for
https://galaxyproject.org/gxformat2/v19_09#WorkflowInputParameter
This interface is implemented by
This interface is implemented by
WorkflowInputParameterImpl
-
Method Summary
Modifier and TypeMethodDescriptionGetter for property https://w3id.org/cwl/salad#default
The default value to use for this parameter if the parameter is missing from the input object, or if the value of the parameter in the input object is `null`.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.getId()
Getter for property https://w3id.org/cwl/cwl#Identified/id
The unique identifier for this object.Getter for property https://galaxyproject.org/gxformat2/gxformat2common#HasStepPosition/positiongetType()
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 interfaceInputParameter
- Specified by:
getDoc
in interfaceParameter
-
getDefault
Getter for property https://w3id.org/cwl/salad#default
The default value to use for this parameter if the parameter is missing from the input object, or if the value of the parameter in the input object is `null`. Default values are applied before evaluating expressions (e.g. dependent `valueFrom` fields). *
- Specified by:
getDefault
in interfaceInputParameter
-
getPosition
Getter for property https://galaxyproject.org/gxformat2/gxformat2common#HasStepPosition/position- Specified by:
getPosition
in interfaceHasStepPosition
-
getType
Getter for property https://w3id.org/cwl/salad#type
Specify valid types of data that may be assigned to this parameter. *
-