Package net.opengis.wps10
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:
Wps10Package.getProcessOfferingsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetProcess()Returns the value of the 'Process' containment reference list.
-
-
-
Method Detail
-
getProcess
EList getProcess()
Returns the value of the 'Process' containment reference list. The list contents are of typeProcessBriefType. Unordered list of one or more brief descriptions of all the processes offered by this WPS server.- Returns:
- the value of the 'Process' containment reference list.
- See Also:
Wps10Package.getProcessOfferingsType_Process()
-
-