Interface InputParameter

All Superinterfaces:
Documented, Identified, Parameter, Savable
All Known Subinterfaces:
WorkflowInputParameter
All Known Implementing Classes:
WorkflowInputParameterImpl

public interface InputParameter extends Parameter, Savable
Auto-generated interface for https://w3id.org/cwl/cwl#InputParameter
  • Method Summary

    Modifier and Type
    Method
    Description
    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`.
    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.
  • Method Details

    • 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 interface Documented
      Specified by:
      getDoc in interface Parameter
    • 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). *