Package net.opengis.wps20
Interface ProcessOfferingsType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ProcessOfferingsTypeImpl
public interface ProcessOfferingsType
extends EObject
A representation of the model object 'Process Offerings Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<ProcessOfferingType>
Returns the value of the 'Process Offering' containment reference list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProcessOffering
EList<ProcessOfferingType> getProcessOffering()Returns the value of the 'Process Offering' containment reference list. The list contents are of typeProcessOfferingType
. Ordered list of one or more full Process descriptions, listed in the order in which they were requested in the DescribeProcess operation request.- Returns:
- the value of the 'Process Offering' containment reference list.
- See Also:
-