Package net.opengis.wps20
Interface GenericOutputType
- All Superinterfaces:
BasicIdentificationType,DescriptionType,DescriptionType,EObject,Notifier
- All Known Implementing Classes:
GenericOutputTypeImpl
A representation of the model object 'Generic Output Type'.
Description of a process Output.
In this use, the DescriptionType shall describe a process output.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<GenericOutputType>Returns the value of the 'Output' containment reference list.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifierMethods inherited from interface DescriptionType
getAbstract, getKeywords, getTitleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOutput
EList<GenericOutputType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeGenericOutputType.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-