Package net.opengis.wps20
Interface ProcessOfferingsType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
ProcessOfferingsTypeImpl
public interface ProcessOfferingsType extends EObjectA representation of the model object 'Process Offerings Type'.The following features are supported:
- See Also:
Wps20Package.getProcessOfferingsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ProcessOfferingType>getProcessOffering()Returns the value of the 'Process Offering' containment reference list.
-
-
-
Method Detail
-
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:
Wps20Package.getProcessOfferingsType_ProcessOffering()
-
-