Package net.opengis.wps20
Interface OutputDescriptionType
- All Superinterfaces:
BasicIdentificationType,DescriptionType,DescriptionType,EObject,Notifier
- All Known Implementing Classes:
OutputDescriptionTypeImpl
A representation of the model object 'Output Description 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 TypeMethodDescriptionReturns the value of the 'Data Description' containment reference.FeatureMapReturns the value of the 'Data Description Group' attribute list.EList<OutputDescriptionType>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
-
getDataDescriptionGroup
FeatureMap getDataDescriptionGroup()Returns the value of the 'Data Description Group' attribute list. The list contents are of typeFeatureMap.Entry.- Returns:
- the value of the 'Data Description Group' attribute list.
- See Also:
-
getDataDescription
DataDescriptionType getDataDescription()Returns the value of the 'Data Description' containment reference.- Returns:
- the value of the 'Data Description' containment reference.
- See Also:
-
getOutput
EList<OutputDescriptionType> getOutput()Returns the value of the 'Output' containment reference list. The list contents are of typeOutputDescriptionType.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
-