Uses of Interface
net.opengis.wps10.DataInputsType1
Packages that use DataInputsType1
Package
Description
-
Uses of DataInputsType1 in net.opengis.wps10
Methods in net.opengis.wps10 that return DataInputsType1Modifier and TypeMethodDescriptionWps10Factory.createDataInputsType1()
Returns a new object of class 'Data Inputs Type1'.ExecuteResponseType.getDataInputs()
Returns the value of the 'Data Inputs' containment reference.ExecuteType.getDataInputs()
Returns the value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10 with parameters of type DataInputsType1Modifier and TypeMethodDescriptionvoid
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 DataInputsType1Modifier and TypeClassDescriptionclass
An implementation of the model object 'Data Inputs Type1'.Fields in net.opengis.wps10.impl declared as DataInputsType1Modifier and TypeFieldDescriptionprotected 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 DataInputsType1Modifier and TypeMethodDescriptionWps10FactoryImpl.createDataInputsType1()
ExecuteResponseTypeImpl.getDataInputs()
ExecuteTypeImpl.getDataInputs()
Methods in net.opengis.wps10.impl with parameters of type DataInputsType1Modifier and TypeMethodDescriptionNotificationChain
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 DataInputsType1Modifier and TypeMethodDescriptionWps10Switch.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 DataInputsType1Modifier and TypeMethodDescriptionboolean
ExecuteResponseTypeValidator.validateDataInputs
(DataInputsType1 value) boolean
ExecuteTypeValidator.validateDataInputs
(DataInputsType1 value)