Uses of Interface
net.opengis.wps10.DataInputsType
Packages that use DataInputsType
Package
Description
-
Uses of DataInputsType in net.opengis.wps10
Methods in net.opengis.wps10 that return DataInputsTypeModifier and TypeMethodDescriptionWps10Factory.createDataInputsType()
Returns a new object of class 'Data Inputs Type'.ProcessDescriptionType.getDataInputs()
Returns the value of the 'Data Inputs' containment reference.Methods in net.opengis.wps10 with parameters of type DataInputsTypeModifier and TypeMethodDescriptionvoid
ProcessDescriptionType.setDataInputs
(DataInputsType value) Sets the value of the 'Data Inputs
' containment reference. -
Uses of DataInputsType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement DataInputsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Inputs Type'.Fields in net.opengis.wps10.impl declared as DataInputsTypeModifier and TypeFieldDescriptionprotected DataInputsType
ProcessDescriptionTypeImpl.dataInputs
The cached value of the 'Data Inputs
' containment reference.Methods in net.opengis.wps10.impl that return DataInputsTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createDataInputsType()
ProcessDescriptionTypeImpl.getDataInputs()
Methods in net.opengis.wps10.impl with parameters of type DataInputsTypeModifier and TypeMethodDescriptionNotificationChain
ProcessDescriptionTypeImpl.basicSetDataInputs
(DataInputsType newDataInputs, NotificationChain msgs) void
ProcessDescriptionTypeImpl.setDataInputs
(DataInputsType newDataInputs) -
Uses of DataInputsType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type DataInputsTypeModifier and TypeMethodDescriptionWps10Switch.caseDataInputsType
(DataInputsType object) Returns the result of interpreting the object as an instance of 'Data Inputs Type'.boolean
Wps10Validator.validateDataInputsType
(DataInputsType dataInputsType, DiagnosticChain diagnostics, Map context) -
Uses of DataInputsType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DataInputsTypeModifier and TypeMethodDescriptionboolean
ProcessDescriptionTypeValidator.validateDataInputs
(DataInputsType value)