/** * * * * $Id$ */ package net.opengis.wps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Process Outputs Type'. * * *

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getProcessOutputsType() * @model extendedMetaData="name='ProcessOutputs_._type' kind='elementOnly'" * @generated */ public interface ProcessOutputsType extends EObject { /** * Returns the value of the 'Output' containment reference list. * The list contents are of type {@link net.opengis.wps.OutputDescriptionType}. * * * * Unordered list of one or more descriptions of all the outputs that can result from executing this process. At least one output is required from each process. * * @return the value of the 'Output' containment reference list. * @see net.opengis.wps.WpsPackage#getProcessOutputsType_Output() * @model type="net.opengis.wps.OutputDescriptionType" containment="true" required="true" * extendedMetaData="kind='element' name='Output'" * @generated */ EList getOutput(); } // ProcessOutputsType