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

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getDescribeProcessType() * @model extendedMetaData="name='DescribeProcess_._type' kind='elementOnly'" * @generated */ public interface DescribeProcessType extends RequestBaseType { /** * Returns the value of the 'Identifier' containment reference list. * The list contents are of type {@link net.opengis.ows11.CodeType}. * * * * Unordered list of one or more identifiers of the processes for which the client is requesting detailed descriptions. This element shall be repeated for each process for which a description is requested. These Identifiers are unordered, but the WPS shall return the process descriptions in the order in which they were requested. * * @return the value of the 'Identifier' containment reference list. * @see net.opengis.wps.WpsPackage#getDescribeProcessType_Identifier() * @model type="net.opengis.ows11.CodeType" containment="true" required="true" * extendedMetaData="kind='element' name='Identifier' namespace='http://www.opengis.net/ows/1.1'" * @generated */ EList getIdentifier(); } // DescribeProcessType