/** * * * * $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 Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getDataInputsType() * @model extendedMetaData="name='DataInputs_._type' kind='elementOnly'" * @generated */ public interface DataInputsType extends EObject { /** * Returns the value of the 'Input' containment reference list. * The list contents are of type {@link net.opengis.wps.InputDescriptionType}. * * * * Unordered list of one or more descriptions of the inputs that can be accepted by this process, including all required and optional inputs. Where an input is optional because a default value exists, that default value must be identified in the "ows:Abstract" element for that input, except in the case of LiteralData, where the default must be indicated in the corresponding ows:DefaultValue element. Where an input is optional because it depends on the value(s) of other inputs, this must be indicated in the ows:Abstract element for that input. * * @return the value of the 'Input' containment reference list. * @see net.opengis.wps.WpsPackage#getDataInputsType_Input() * @model type="net.opengis.wps.InputDescriptionType" containment="true" required="true" * extendedMetaData="kind='element' name='Input'" * @generated */ EList getInput(); } // DataInputsType