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.wfs20
Subinterfaces of ExecutionStatusType in net.opengis.wfs20 Modifier and Type Interface Description interface
CreateStoredQueryResponseType
A representation of the model object 'Create Stored Query Response Type'.Methods in net.opengis.wfs20 that return ExecutionStatusType Modifier and Type Method Description ExecutionStatusType
Wfs20Factory. createExecutionStatusType()
Returns a new object of class 'Execution Status Type'.ExecutionStatusType
DocumentRoot. 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 void
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 ExecutionStatusType Modifier and Type Class Description class
CreateStoredQueryResponseTypeImpl
An implementation of the model object 'Create Stored Query Response Type'.class
ExecutionStatusTypeImpl
An implementation of the model object 'Execution Status Type'.Methods in net.opengis.wfs20.impl that return ExecutionStatusType Modifier and Type Method Description ExecutionStatusType
Wfs20FactoryImpl. createExecutionStatusType()
ExecutionStatusType
DocumentRootImpl. getDropStoredQueryResponse()
Methods in net.opengis.wfs20.impl with parameters of type ExecutionStatusType Modifier and Type Method Description NotificationChain
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 ExecutionStatusType Modifier and Type Method Description T
Wfs20Switch. 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 ExecutionStatusType Modifier and Type Method Description boolean
DocumentRootValidator. validateDropStoredQueryResponse(ExecutionStatusType value)
-