/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Output Definitions Type'. * * * * Definition of a format, encoding, schema, and unit-of-measure for an output to be returned from a process. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getOutputDefinitionsType() * @model extendedMetaData="name='OutputDefinitionsType' kind='elementOnly'" * @generated */ public interface OutputDefinitionsType extends EObject { /** * Returns the value of the 'Output' containment reference list. * The list contents are of type {@link net.opengis.wps.DocumentOutputDefinitionType}. * * * * Output definition as provided in the execute request * * @return the value of the 'Output' containment reference list. * @see net.opengis.wps.WpsPackage#getOutputDefinitionsType_Output() * @model type="net.opengis.wps.DocumentOutputDefinitionType" containment="true" required="true" * extendedMetaData="kind='element' name='Output' namespace='##targetNamespace'" * @generated */ EList getOutput(); } // OutputDefinitionsType