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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataDescriptionTypegetDataDescription()Returns the value of the 'Data Description' containment reference.FeatureMapgetDataDescriptionGroup()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 BasicIdentificationTypegetIdentifier, getMetadata, getMetadataGroup, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getDataDescriptionGroupFeatureMap 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()
 
 - 
getDataDescriptionDataDescriptionType getDataDescription() Returns the value of the 'Data Description' containment reference.- Returns:
- the value of the 'Data Description' containment reference.
- See Also:
- Wps20Package.getOutputDescriptionType_DataDescription()
 
 - 
getOutputEList<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()
 
 
- 
 
-