Interface WorkflowStepInput

All Superinterfaces:
Identified, Labeled, Savable, Sink
All Known Implementing Classes:
WorkflowStepInputImpl

public interface WorkflowStepInput extends Identified, Sink, Labeled, Savable
Auto-generated interface for https://galaxyproject.org/gxformat2/v19_09#WorkflowStepInput
This interface is implemented by WorkflowStepInputImpl
TODO:
  • Method Summary

    Modifier and Type
    Method
    Description
    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`.
    Getter for property https://w3id.org/cwl/cwl#Identified/id
    The unique identifier for this object.
    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. *
      Specified by:
      getSource in interface Sink
    • getLabel

      Getter for property https://w3id.org/cwl/cwl#Labeled/label
      A short, human-readable label of this object. *
      Specified by:
      getLabel in interface Labeled
    • 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`. *