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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetExecute(ExecuteType newExecute, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWps10Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateExecute(ExecuteType value)