Interface Parameter

All Superinterfaces:
Documented, Identified, Savable
All Known Subinterfaces:
InputParameter, OutputParameter, WorkflowInputParameter, WorkflowOutputParameter
All Known Implementing Classes:
WorkflowInputParameterImpl, WorkflowOutputParameterImpl

public interface Parameter extends Documented, Identified, Savable
Auto-generated interface for https://w3id.org/cwl/cwl#Parameter
Define an input or output parameter to a process.
  • Method Summary

    Modifier and Type
    Method
    Description
    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