Uses of Interface
net.opengis.wps20.ResultType
-
Packages that use ResultType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ResultType in net.opengis.wps20
Methods in net.opengis.wps20 that return ResultType Modifier and Type Method Description ResultType
Wps20Factory. createResultType()
Returns a new object of class 'Result Type'.ResultType
DocumentRoot. getResult()
Returns the value of the 'Result' containment reference.Methods in net.opengis.wps20 with parameters of type ResultType Modifier and Type Method Description void
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 ResultType Modifier and Type Class Description class
ResultTypeImpl
An implementation of the model object 'Result Type'.Methods in net.opengis.wps20.impl that return ResultType Modifier and Type Method Description ResultType
Wps20FactoryImpl. createResultType()
ResultType
DocumentRootImpl. getResult()
Methods in net.opengis.wps20.impl with parameters of type ResultType Modifier and Type Method Description NotificationChain
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 ResultType Modifier and Type Method Description T
Wps20Switch. 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)
-