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/salad#ArraySchema</I><br>
007 * This interface is implemented by {@link ArraySchemaImpl}<br>
008 */
009public interface ArraySchema extends Savable {
010  /**
011   * Getter for property <I>https://w3id.org/cwl/salad#items</I><br>
012   *
013   * <BLOCKQUOTE>
014   *
015   * Defines the type of the array elements. *
016   *
017   * </BLOCKQUOTE>
018   */
019  Object getItems();
020  /**
021   * Getter for property <I>https://w3id.org/cwl/salad#type</I><br>
022   *
023   * <BLOCKQUOTE>
024   *
025   * Must be `array` *
026   *
027   * </BLOCKQUOTE>
028   */
029  enum_d062602be0b4b8fd33e69e29a841317b6ab665bc getType();
030}