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 SummaryAll 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 BasicIdentificationTypegetIdentifier, getMetadata, getMetadataGroup, setIdentifier
 - 
Methods inherited from interface DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getOutputEList<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()
 
 
- 
 
-