Uses of Interface
net.opengis.wps20.DataInputType
Packages that use DataInputType
-
Uses of DataInputType in net.opengis.wps20
Methods in net.opengis.wps20 that return DataInputTypeModifier and TypeMethodDescriptionWps20Factory.createDataInputType()
Returns a new object of class 'Data Input Type'.Methods in net.opengis.wps20 that return types with arguments of type DataInputTypeModifier and TypeMethodDescriptionEList<DataInputType>
DataInputType.getInput()
Returns the value of the 'Input' containment reference list.EList<DataInputType>
ExecuteRequestType.getInput()
Returns the value of the 'Input' containment reference list. -
Uses of DataInputType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DataInputTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Input Type'.Fields in net.opengis.wps20.impl with type parameters of type DataInputTypeModifier and TypeFieldDescriptionprotected EList<DataInputType>
DataInputTypeImpl.input
The cached value of the 'Input
' containment reference list.protected EList<DataInputType>
ExecuteRequestTypeImpl.input
The cached value of the 'Input
' containment reference list.Methods in net.opengis.wps20.impl that return DataInputTypeMethods in net.opengis.wps20.impl that return types with arguments of type DataInputTypeModifier and TypeMethodDescriptionEList<DataInputType>
DataInputTypeImpl.getInput()
EList<DataInputType>
ExecuteRequestTypeImpl.getInput()
-
Uses of DataInputType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DataInputTypeModifier and TypeMethodDescriptionWps20Switch.caseDataInputType
(DataInputType object) Returns the result of interpreting the object as an instance of 'Data Input Type'.boolean
Wps20Validator.validateDataInputType
(DataInputType dataInputType, DiagnosticChain diagnostics, Map<Object, Object> context)