Uses of Interface
net.opengis.wps20.ExecuteRequestType
-
Packages that use ExecuteRequestType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ExecuteRequestType in net.opengis.wps20
Methods in net.opengis.wps20 that return ExecuteRequestType Modifier and Type Method Description ExecuteRequestTypeWps20Factory. createExecuteRequestType()Returns a new object of class 'Execute Request Type'.ExecuteRequestTypeDocumentRoot. getExecute()Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps20 with parameters of type ExecuteRequestType Modifier and Type Method Description voidDocumentRoot. setExecute(ExecuteRequestType value)Sets the value of the 'Execute' containment reference. -
Uses of ExecuteRequestType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ExecuteRequestType Modifier and Type Class Description classExecuteRequestTypeImplAn implementation of the model object 'Execute Request Type'.Methods in net.opengis.wps20.impl that return ExecuteRequestType Modifier and Type Method Description ExecuteRequestTypeWps20FactoryImpl. createExecuteRequestType()ExecuteRequestTypeDocumentRootImpl. getExecute()Methods in net.opengis.wps20.impl with parameters of type ExecuteRequestType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetExecute(ExecuteRequestType newExecute, NotificationChain msgs)voidDocumentRootImpl. setExecute(ExecuteRequestType newExecute) -
Uses of ExecuteRequestType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ExecuteRequestType Modifier and Type Method Description TWps20Switch. caseExecuteRequestType(ExecuteRequestType object)Returns the result of interpreting the object as an instance of 'Execute Request Type'.booleanWps20Validator. validateExecuteRequestType(ExecuteRequestType executeRequestType, DiagnosticChain diagnostics, Map<Object,Object> context)
-