Uses of Interface
net.opengis.wfs20.ExecutionStatusType
- 
Packages that use ExecutionStatusType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of ExecutionStatusType in net.opengis.wfs20Subinterfaces of ExecutionStatusType in net.opengis.wfs20 Modifier and Type Interface Description interfaceCreateStoredQueryResponseTypeA representation of the model object 'Create Stored Query Response Type'.Methods in net.opengis.wfs20 that return ExecutionStatusType Modifier and Type Method Description ExecutionStatusTypeWfs20Factory. createExecutionStatusType()Returns a new object of class 'Execution Status Type'.ExecutionStatusTypeDocumentRoot. getDropStoredQueryResponse()Returns the value of the 'Drop Stored Query Response' containment reference.Methods in net.opengis.wfs20 with parameters of type ExecutionStatusType Modifier and Type Method Description voidDocumentRoot. setDropStoredQueryResponse(ExecutionStatusType value)Sets the value of the 'Drop Stored Query Response' containment reference.
- 
Uses of ExecutionStatusType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement ExecutionStatusType Modifier and Type Class Description classCreateStoredQueryResponseTypeImplAn implementation of the model object 'Create Stored Query Response Type'.classExecutionStatusTypeImplAn implementation of the model object 'Execution Status Type'.Methods in net.opengis.wfs20.impl that return ExecutionStatusType Modifier and Type Method Description ExecutionStatusTypeWfs20FactoryImpl. createExecutionStatusType()ExecutionStatusTypeDocumentRootImpl. getDropStoredQueryResponse()Methods in net.opengis.wfs20.impl with parameters of type ExecutionStatusType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDropStoredQueryResponse(ExecutionStatusType newDropStoredQueryResponse, NotificationChain msgs)voidDocumentRootImpl. setDropStoredQueryResponse(ExecutionStatusType newDropStoredQueryResponse)
- 
Uses of ExecutionStatusType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type ExecutionStatusType Modifier and Type Method Description TWfs20Switch. caseExecutionStatusType(ExecutionStatusType object)Returns the result of interpreting the object as an instance of 'Execution Status Type'.booleanWfs20Validator. validateExecutionStatusType(ExecutionStatusType executionStatusType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of ExecutionStatusType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type ExecutionStatusType Modifier and Type Method Description booleanDocumentRootValidator. validateDropStoredQueryResponse(ExecutionStatusType value)
 
-