Package net.opengis.wps20
Interface GenericProcessType
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
GenericProcessTypeImpl
A representation of the model object 'Generic Process Type'.
In this use, the DescriptionType shall describe process properties.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<GenericInputType>
getInput()
Returns the value of the 'Input' containment reference list.EList<GenericOutputType>
Returns the value of the 'Output' containment reference list.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
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
-
getInput
EList<GenericInputType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeGenericInputType
. A process can have zero or more inputs.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
getOutput
EList<GenericOutputType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeGenericOutputType
. A process can have one or more outputs.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-