Package net.opengis.wps20
Interface GenericProcessType
-
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
GenericProcessTypeImpl
public interface GenericProcessType extends DescriptionType
A representation of the model object 'Generic Process Type'. In this use, the DescriptionType shall describe process properties.The following features are supported:
- See Also:
Wps20Package.getGenericProcessType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<GenericInputType>
getInput()
Returns the value of the 'Input' containment reference list.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
-
getInput
EList<GenericInputType> getInput()
Returns the value of the 'Input' containment reference list. The list contents are of typeGenericInputType
. A process can have zero or more inputs.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
Wps20Package.getGenericProcessType_Input()
-
getOutput
EList<GenericOutputType> getOutput()
Returns the value of the 'Output' containment reference list. The list contents are of typeGenericOutputType
. A process can have one or more outputs.- Returns:
- the value of the 'Output' containment reference list.
- See Also:
Wps20Package.getGenericProcessType_Output()
-
-