001package org.galaxyproject.gxformat2.v19_09;
002
003import org.galaxyproject.gxformat2.v19_09.utils.Savable;
004
005/** Auto-generated interface for <I>https://w3id.org/cwl/cwl#OutputParameter</I><br> */
006public interface OutputParameter extends Parameter, Savable {
007  /**
008   * Getter for property <I>https://w3id.org/cwl/salad#Documented/doc</I><br>
009   *
010   * <BLOCKQUOTE>
011   *
012   * A documentation string for this object, or an array of strings which should be concatenated. *
013   *
014   * </BLOCKQUOTE>
015   */
016  Object getDoc();
017}