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 TypeMethodDescriptionvoidExecuteResponseType.setDataInputs(DataInputsType1 value) Sets the value of the 'Data Inputs' containment reference.voidExecuteType.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 TypeClassDescriptionclassAn implementation of the model object 'Data Inputs Type1'.Fields in net.opengis.wps10.impl declared as DataInputsType1Modifier and TypeFieldDescriptionprotected DataInputsType1ExecuteResponseTypeImpl.dataInputsThe cached value of the 'Data Inputs' containment reference.protected DataInputsType1ExecuteTypeImpl.dataInputsThe 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 TypeMethodDescriptionNotificationChainExecuteResponseTypeImpl.basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs) NotificationChainExecuteTypeImpl.basicSetDataInputs(DataInputsType1 newDataInputs, NotificationChain msgs) voidExecuteResponseTypeImpl.setDataInputs(DataInputsType1 newDataInputs) voidExecuteTypeImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanExecuteResponseTypeValidator.validateDataInputs(DataInputsType1 value) booleanExecuteTypeValidator.validateDataInputs(DataInputsType1 value)