Uses of Interface
net.opengis.wps20.ResultType
Packages that use ResultType
-
Uses of ResultType in net.opengis.wps20
Methods in net.opengis.wps20 that return ResultTypeModifier and TypeMethodDescriptionWps20Factory.createResultType()
Returns a new object of class 'Result Type'.DocumentRoot.getResult()
Returns the value of the 'Result' containment reference.Methods in net.opengis.wps20 with parameters of type ResultTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setResult
(ResultType value) Sets the value of the 'Result
' containment reference. -
Uses of ResultType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ResultTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Result Type'.Methods in net.opengis.wps20.impl that return ResultTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createResultType()
DocumentRootImpl.getResult()
Methods in net.opengis.wps20.impl with parameters of type ResultTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetResult
(ResultType newResult, NotificationChain msgs) void
DocumentRootImpl.setResult
(ResultType newResult) -
Uses of ResultType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ResultTypeModifier and TypeMethodDescriptionWps20Switch.caseResultType
(ResultType object) Returns the result of interpreting the object as an instance of 'Result Type'.boolean
Wps20Validator.validateResultType
(ResultType resultType, DiagnosticChain diagnostics, Map<Object, Object> context)