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

* The following features are supported: *

*

* * @see net.opengis.wps.WpsPackage#getProcessOfferingsType() * @model extendedMetaData="name='ProcessOfferings_._type' kind='elementOnly'" * @generated */ public interface ProcessOfferingsType extends EObject { /** * Returns the value of the 'Process' containment reference list. * The list contents are of type {@link net.opengis.wps.ProcessBriefType}. * * * * Unordered list of one or more brief descriptions of all the processes offered by this WPS server. * * @return the value of the 'Process' containment reference list. * @see net.opengis.wps.WpsPackage#getProcessOfferingsType_Process() * @model type="net.opengis.wps.ProcessBriefType" containment="true" required="true" * extendedMetaData="kind='element' name='Process' namespace='##targetNamespace'" * @generated */ EList getProcess(); } // ProcessOfferingsType