Package net.opengis.wps20
Interface DataInputType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DataInputTypeImpl
public interface DataInputType
extends EObject
A representation of the model object 'Data Input Type'.
This structure contains information elements to supply input data for process execution.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetData()Returns the value of the 'Data' containment reference.getId()Returns the value of the 'Id' attribute.EList<DataInputType>getInput()Returns the value of the 'Input' containment reference list.Returns the value of the 'Reference' containment reference.voidSets the value of the 'Data' containment reference.voidSets the value of the 'Id' attribute.voidsetReference(ReferenceType value) Sets the value of the 'Reference' containment reference.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getData
DataType getData()Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
-
setData
Sets the value of the 'Data' containment reference.- Parameters:
value- the new value of the 'Data' containment reference.- See Also:
-
getReference
ReferenceType getReference()Returns the value of the 'Reference' containment reference. This element is used for web accessible references to a data set or value.- Returns:
- the value of the 'Reference' containment reference.
- See Also:
-
setReference
Sets the value of the 'Reference' containment reference.- Parameters:
value- the new value of the 'Reference' containment reference.- See Also:
-
getInput
EList<DataInputType> getInput()Returns the value of the 'Input' containment reference list. The list contents are of typeDataInputType.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
-
getId
String getId()Returns the value of the 'Id' attribute. Identifier of this input.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-