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

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getProcessOutputsType1() * @model extendedMetaData="name='ProcessOutputs_._1_._type' kind='elementOnly'" * @generated */ public interface ProcessOutputsType1 extends EObject { /** * Returns the value of the 'Output' containment reference list. * The list contents are of type {@link net.opengis.wps.OutputDataType}. * * * * Unordered list of values of all the outputs produced by this process. It is not necessary to include an output until the Status is ProcessSucceeded. * * @return the value of the 'Output' containment reference list. * @see net.opengis.wps.WpsPackage#getProcessOutputsType1_Output() * @model type="net.opengis.wps.OutputDataType" containment="true" required="true" * extendedMetaData="kind='element' name='Output' namespace='##targetNamespace'" * @generated */ EList getOutput(); } // ProcessOutputsType1