Package net.opengis.wps20
Interface OutputDescriptionType
-
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
OutputDescriptionTypeImpl
public interface OutputDescriptionType extends DescriptionType
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:
Wps20Package.getOutputDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataDescriptionType
getDataDescription()
Returns the value of the 'Data Description' containment reference.FeatureMap
getDataDescriptionGroup()
Returns the value of the 'Data Description Group' attribute list.EList<OutputDescriptionType>
getOutput()
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
-
-
-
-
Method Detail
-
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:
Wps20Package.getOutputDescriptionType_DataDescriptionGroup()
-
getDataDescription
DataDescriptionType getDataDescription()
Returns the value of the 'Data Description' containment reference.- Returns:
- the value of the 'Data Description' containment reference.
- See Also:
Wps20Package.getOutputDescriptionType_DataDescription()
-
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:
Wps20Package.getOutputDescriptionType_Output()
-
-