/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Data Inputs Type1'. * * * * List of the Inputs provided as part of the Execute Request. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getDataInputsType1() * @model extendedMetaData="name='DataInputsType' kind='elementOnly'" * @generated */ public interface DataInputsType1 extends EObject { /** * Returns the value of the 'Input' containment reference list. * The list contents are of type {@link net.opengis.wps.InputType}. * * * * Unordered list of one or more inputs to be used by the process, including each of the Inputs needed to execute the process. * * @return the value of the 'Input' containment reference list. * @see net.opengis.wps.WpsPackage#getDataInputsType1_Input() * @model type="net.opengis.wps.InputType" containment="true" required="true" * extendedMetaData="kind='element' name='Input' namespace='##targetNamespace'" * @generated */ EList getInput(); } // DataInputsType1