Package net.opengis.wps10
Interface ProcessOutputsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ProcessOutputsTypeImpl
public interface ProcessOutputsType extends EObject
A representation of the model object 'Process Outputs Type'.The following features are supported:
- See Also:
Wps10Package.getProcessOutputsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getOutput()
Returns the value of the 'Output' containment reference list.
-
-
-
Method Detail
-
getOutput
EList getOutput()
Returns the value of the 'Output' containment reference list. The list contents are of typeOutputDescriptionType
. Unordered list of one or more descriptions of all the outputs that can result from executing this process. At least one output is required from each process.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
Wps10Package.getProcessOutputsType_Output()
-
-