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