Uses of Interface
net.opengis.wps10.ExecuteType
Packages that use ExecuteType
Package
Description
-
Uses of ExecuteType in net.opengis.wps10
Methods in net.opengis.wps10 that return ExecuteTypeModifier and TypeMethodDescriptionWps10Factory.createExecuteType()
Returns a new object of class 'Execute Type'.DocumentRoot.getExecute()
Returns the value of the 'Execute' containment reference.Methods in net.opengis.wps10 with parameters of type ExecuteTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setExecute
(ExecuteType value) Sets the value of the 'Execute
' containment reference. -
Uses of ExecuteType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement ExecuteTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Execute Type'.Methods in net.opengis.wps10.impl that return ExecuteTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createExecuteType()
DocumentRootImpl.getExecute()
Methods in net.opengis.wps10.impl with parameters of type ExecuteTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetExecute
(ExecuteType newExecute, NotificationChain msgs) void
DocumentRootImpl.setExecute
(ExecuteType newExecute) -
Uses of ExecuteType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type ExecuteTypeModifier and TypeMethodDescriptionWps10Switch.caseExecuteType
(ExecuteType object) Returns the result of interpreting the object as an instance of 'Execute Type'.boolean
Wps10Validator.validateExecuteType
(ExecuteType executeType, DiagnosticChain diagnostics, Map context) -
Uses of ExecuteType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type ExecuteTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateExecute
(ExecuteType value)