Uses of Interface
net.opengis.wps20.GetResultType
- 
Packages that use GetResultType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util 
- 
- 
Uses of GetResultType in net.opengis.wps20Methods in net.opengis.wps20 that return GetResultType Modifier and Type Method Description GetResultTypeWps20Factory. createGetResultType()Returns a new object of class 'Get Result Type'.GetResultTypeDocumentRoot. getGetResult()Returns the value of the 'Get Result' containment reference.Methods in net.opengis.wps20 with parameters of type GetResultType Modifier and Type Method Description voidDocumentRoot. setGetResult(GetResultType value)Sets the value of the 'Get Result' containment reference.
- 
Uses of GetResultType in net.opengis.wps20.implClasses in net.opengis.wps20.impl that implement GetResultType Modifier and Type Class Description classGetResultTypeImplAn implementation of the model object 'Get Result Type'.Methods in net.opengis.wps20.impl that return GetResultType Modifier and Type Method Description GetResultTypeWps20FactoryImpl. createGetResultType()GetResultTypeDocumentRootImpl. getGetResult()Methods in net.opengis.wps20.impl with parameters of type GetResultType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetResult(GetResultType newGetResult, NotificationChain msgs)voidDocumentRootImpl. setGetResult(GetResultType newGetResult)
- 
Uses of GetResultType in net.opengis.wps20.utilMethods in net.opengis.wps20.util with parameters of type GetResultType Modifier and Type Method Description TWps20Switch. caseGetResultType(GetResultType object)Returns the result of interpreting the object as an instance of 'Get Result Type'.booleanWps20Validator. validateGetResultType(GetResultType getResultType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-