Uses of Interface
net.opengis.wfs20.ExecutionStatusType
Packages that use ExecutionStatusType
Package
Description
-
Uses of ExecutionStatusType in net.opengis.wfs20
Subinterfaces of ExecutionStatusType in net.opengis.wfs20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Create Stored Query Response Type'.Methods in net.opengis.wfs20 that return ExecutionStatusTypeModifier and TypeMethodDescriptionWfs20Factory.createExecutionStatusType()
Returns a new object of class 'Execution Status Type'.DocumentRoot.getDropStoredQueryResponse()
Returns the value of the 'Drop Stored Query Response' containment reference.Methods in net.opengis.wfs20 with parameters of type ExecutionStatusTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDropStoredQueryResponse
(ExecutionStatusType value) Sets the value of the 'Drop Stored Query Response
' containment reference. -
Uses of ExecutionStatusType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ExecutionStatusTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Create Stored Query Response Type'.class
An implementation of the model object 'Execution Status Type'.Methods in net.opengis.wfs20.impl that return ExecutionStatusTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createExecutionStatusType()
DocumentRootImpl.getDropStoredQueryResponse()
Methods in net.opengis.wfs20.impl with parameters of type ExecutionStatusTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDropStoredQueryResponse
(ExecutionStatusType newDropStoredQueryResponse, NotificationChain msgs) void
DocumentRootImpl.setDropStoredQueryResponse
(ExecutionStatusType newDropStoredQueryResponse) -
Uses of ExecutionStatusType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ExecutionStatusTypeModifier and TypeMethodDescriptionWfs20Switch.caseExecutionStatusType
(ExecutionStatusType object) Returns the result of interpreting the object as an instance of 'Execution Status Type'.boolean
Wfs20Validator.validateExecutionStatusType
(ExecutionStatusType executionStatusType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of ExecutionStatusType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ExecutionStatusTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateDropStoredQueryResponse
(ExecutionStatusType value)