Package net.opengis.wps10
Interface DataInputsType1
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DataInputsType1Impl
public interface DataInputsType1 extends EObjectA representation of the model object 'Data Inputs Type1'. List of the Inputs provided as part of the Execute Request.The following features are supported:
- See Also:
Wps10Package.getDataInputsType1()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EListgetInput()Returns the value of the 'Input' containment reference list.
-
-
-
Method Detail
-
getInput
EList getInput()
Returns the value of the 'Input' containment reference list. The list contents are of typeInputType. Unordered list of one or more inputs to be used by the process, including each of the Inputs needed to execute the process.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
Wps10Package.getDataInputsType1_Input()
-
-