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

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getProcessDescriptionsType() * @model extendedMetaData="name='ProcessDescriptions_._type' kind='elementOnly'" * @generated */ public interface ProcessDescriptionsType extends ResponseBaseType { /** * Returns the value of the 'Process Description' containment reference list. * The list contents are of type {@link net.opengis.wps.ProcessDescriptionType}. * * * * Ordered list of one or more full Process descriptions, listed in the order in which they were requested in the DescribeProcess operation request. * * @return the value of the 'Process Description' containment reference list. * @see net.opengis.wps.WpsPackage#getProcessDescriptionsType_ProcessDescription() * @model type="net.opengis.wps.ProcessDescriptionType" containment="true" required="true" * extendedMetaData="kind='element' name='ProcessDescription'" * @generated */ EList getProcessDescription(); } // ProcessDescriptionsType