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 ExecuteRequestType
Wps20Factory. createExecuteRequestType()
Returns a new object of class 'Execute Request Type'.ExecuteRequestType
DocumentRoot. getExecute()
Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps20 with parameters of type ExecuteRequestType Modifier and Type Method Description void
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 ExecuteRequestType Modifier and Type Class Description class
ExecuteRequestTypeImpl
An implementation of the model object 'Execute Request Type'.Methods in net.opengis.wps20.impl that return ExecuteRequestType Modifier and Type Method Description ExecuteRequestType
Wps20FactoryImpl. createExecuteRequestType()
ExecuteRequestType
DocumentRootImpl. getExecute()
Methods in net.opengis.wps20.impl with parameters of type ExecuteRequestType Modifier and Type Method Description NotificationChain
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 ExecuteRequestType Modifier and Type Method Description T
Wps20Switch. 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)
-