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.wps20
Methods in net.opengis.wps20 that return GetResultType Modifier and Type Method Description GetResultType
Wps20Factory. createGetResultType()
Returns a new object of class 'Get Result Type'.GetResultType
DocumentRoot. 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 void
DocumentRoot. setGetResult(GetResultType value)
Sets the value of the 'Get Result
' containment reference. -
Uses of GetResultType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement GetResultType Modifier and Type Class Description class
GetResultTypeImpl
An implementation of the model object 'Get Result Type'.Methods in net.opengis.wps20.impl that return GetResultType Modifier and Type Method Description GetResultType
Wps20FactoryImpl. createGetResultType()
GetResultType
DocumentRootImpl. getGetResult()
Methods in net.opengis.wps20.impl with parameters of type GetResultType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetResult(GetResultType newGetResult, NotificationChain msgs)
void
DocumentRootImpl. setGetResult(GetResultType newGetResult)
-
Uses of GetResultType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type GetResultType Modifier and Type Method Description T
Wps20Switch. caseGetResultType(GetResultType object)
Returns the result of interpreting the object as an instance of 'Get Result Type'.boolean
Wps20Validator. validateGetResultType(GetResultType getResultType, DiagnosticChain diagnostics, Map<Object,Object> context)
-