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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getDataDataType getData()Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
 
- 
setDataSets the value of the 'Data' containment reference.- Parameters:
- value- the new value of the 'Data' containment reference.
- See Also:
 
- 
getReferenceReferenceType 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:
 
- 
setReferenceSets the value of the 'Reference' containment reference.- Parameters:
- value- the new value of the 'Reference' containment reference.
- See Also:
 
- 
getInputEList<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:
 
- 
getIdString getId()Returns the value of the 'Id' attribute. Identifier of this input.- Returns:
- the value of the 'Id' attribute.
- See Also:
 
- 
setIdSets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
 
 
-