Uses of Interface
net.opengis.wps20.ExecuteRequestType
Packages that use ExecuteRequestType
-
Uses of ExecuteRequestType in net.opengis.wps20
Methods in net.opengis.wps20 that return ExecuteRequestTypeModifier and TypeMethodDescriptionWps20Factory.createExecuteRequestType()
Returns a new object of class 'Execute Request Type'.DocumentRoot.getExecute()
Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps20 with parameters of type ExecuteRequestTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.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 ExecuteRequestTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Execute Request Type'.Methods in net.opengis.wps20.impl that return ExecuteRequestTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createExecuteRequestType()
DocumentRootImpl.getExecute()
Methods in net.opengis.wps20.impl with parameters of type ExecuteRequestTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExecute
(ExecuteRequestType newExecute, NotificationChain msgs) void
DocumentRootImpl.setExecute
(ExecuteRequestType newExecute) -
Uses of ExecuteRequestType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ExecuteRequestTypeModifier and TypeMethodDescriptionWps20Switch.caseExecuteRequestType
(ExecuteRequestType object) Returns the result of interpreting the object as an instance of 'Execute Request Type'.boolean
Wps20Validator.validateExecuteRequestType
(ExecuteRequestType executeRequestType, DiagnosticChain diagnostics, Map<Object, Object> context)