Package net.opengis.wps20
Interface GenericOutputType
-
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
GenericOutputTypeImpl
public interface GenericOutputType extends DescriptionType
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:
Wps20Package.getGenericOutputType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<GenericOutputType>
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
-
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:
Wps20Package.getGenericOutputType_Output()
-
-