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.wps20Methods in net.opengis.wps20 that return ResultType Modifier and Type Method Description ResultTypeWps20Factory. createResultType()Returns a new object of class 'Result Type'.ResultTypeDocumentRoot. getResult()Returns the value of the 'Result' containment reference.Methods in net.opengis.wps20 with parameters of type ResultType Modifier and Type Method Description voidDocumentRoot. setResult(ResultType value)Sets the value of the 'Result' containment reference.
- 
Uses of ResultType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement ResultType Modifier and Type Class Description classResultTypeImplAn implementation of the model object 'Result Type'.Methods in net.opengis.wps20.impl that return ResultType Modifier and Type Method Description ResultTypeWps20FactoryImpl. createResultType()ResultTypeDocumentRootImpl. getResult()Methods in net.opengis.wps20.impl with parameters of type ResultType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetResult(ResultType newResult, NotificationChain msgs)voidDocumentRootImpl. setResult(ResultType newResult)
- 
Uses of ResultType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type ResultType Modifier and Type Method Description TWps20Switch. caseResultType(ResultType object)Returns the result of interpreting the object as an instance of 'Result Type'.booleanWps20Validator. validateResultType(ResultType resultType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-