Uses of Interface
net.opengis.wps10.DataInputsType1
-
Packages that use DataInputsType1 Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of DataInputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return DataInputsType1 Modifier and Type Method Description DataInputsType1
Wps10Factory. createDataInputsType1()
Returns a new object of class 'Data Inputs Type1'.DataInputsType1
ExecuteResponseType. getDataInputs()
Returns the value of the 'Data Inputs' containment reference.DataInputsType1
ExecuteType. getDataInputs()
Returns the value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10 with parameters of type DataInputsType1 Modifier and Type Method Description void
ExecuteResponseType. setDataInputs(DataInputsType1 value)
Sets the value of the 'Data Inputs
' containment reference.void
ExecuteType. setDataInputs(DataInputsType1 value)
Sets the value of the 'Data Inputs
' containment reference. -
Uses of DataInputsType1 in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataInputsType1 Modifier and Type Class Description class
DataInputsType1Impl
An implementation of the model object 'Data Inputs Type1'.Fields in net.opengis.wps10.impl declared as DataInputsType1 Modifier and Type Field Description protected DataInputsType1
ExecuteResponseTypeImpl. dataInputs
The cached value of the 'Data Inputs
' containment reference.protected DataInputsType1
ExecuteTypeImpl. dataInputs
The cached value of the 'Data Inputs
' containment reference.Methods in net.opengis.wps10.impl that return DataInputsType1 Modifier and Type Method Description DataInputsType1
Wps10FactoryImpl. createDataInputsType1()
DataInputsType1
ExecuteResponseTypeImpl. getDataInputs()
DataInputsType1
ExecuteTypeImpl. getDataInputs()
Methods in net.opengis.wps10.impl with parameters of type DataInputsType1 Modifier and Type Method Description NotificationChain
ExecuteResponseTypeImpl. basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs)
NotificationChain
ExecuteTypeImpl. basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs)
void
ExecuteResponseTypeImpl. setDataInputs(DataInputsType1 newDataInputs)
void
ExecuteTypeImpl. setDataInputs(DataInputsType1 newDataInputs)
-
Uses of DataInputsType1 in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataInputsType1 Modifier and Type Method Description Object
Wps10Switch. caseDataInputsType1(DataInputsType1 object)
Returns the result of interpreting the object as an instance of 'Data Inputs Type1'.boolean
Wps10Validator. validateDataInputsType1(DataInputsType1 dataInputsType1, DiagnosticChain diagnostics, Map context)
-
Uses of DataInputsType1 in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataInputsType1 Modifier and Type Method Description boolean
ExecuteResponseTypeValidator. validateDataInputs(DataInputsType1 value)
boolean
ExecuteTypeValidator. validateDataInputs(DataInputsType1 value)
-