Package net.opengis.wps20
Interface DataInputType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
DataInputTypeImpl
public interface DataInputType extends EObjectA 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:
Wps20Package.getDataInputType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypegetData()Returns the value of the 'Data' containment reference.StringgetId()Returns the value of the 'Id' attribute.EList<DataInputType>getInput()Returns the value of the 'Input' containment reference list.ReferenceTypegetReference()Returns the value of the 'Reference' containment reference.voidsetData(DataType value)Sets the value of the 'Data' containment reference.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetReference(ReferenceType value)Sets the value of the 'Reference' containment reference.
-
-
-
Method Detail
-
getData
DataType getData()
Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
setData(DataType),Wps20Package.getDataInputType_Data()
-
setData
void setData(DataType value)
Sets the value of the 'Data' containment reference.- Parameters:
value- the new value of the 'Data' containment reference.- See Also:
getData()
-
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(ReferenceType),Wps20Package.getDataInputType_Reference()
-
setReference
void setReference(ReferenceType value)
Sets the value of the 'Reference' containment reference.- Parameters:
value- the new value of the 'Reference' containment reference.- See Also:
getReference()
-
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:
Wps20Package.getDataInputType_Input()
-
getId
String getId()
Returns the value of the 'Id' attribute. Identifier of this input.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),Wps20Package.getDataInputType_Id()
-
-