Uses of Interface
net.opengis.wfs20.DropStoredQueryType
- 
Packages that use DropStoredQueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of DropStoredQueryType in net.opengis.wfs20Methods in net.opengis.wfs20 that return DropStoredQueryType Modifier and Type Method Description DropStoredQueryTypeWfs20Factory. createDropStoredQueryType()Returns a new object of class 'Drop Stored Query Type'.DropStoredQueryTypeDocumentRoot. getDropStoredQuery()Returns the value of the 'Drop Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type DropStoredQueryType Modifier and Type Method Description voidDocumentRoot. setDropStoredQuery(DropStoredQueryType value)Sets the value of the 'Drop Stored Query' containment reference.
- 
Uses of DropStoredQueryType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement DropStoredQueryType Modifier and Type Class Description classDropStoredQueryTypeImplAn implementation of the model object 'Drop Stored Query Type'.Methods in net.opengis.wfs20.impl that return DropStoredQueryType Modifier and Type Method Description DropStoredQueryTypeWfs20FactoryImpl. createDropStoredQueryType()DropStoredQueryTypeDocumentRootImpl. getDropStoredQuery()Methods in net.opengis.wfs20.impl with parameters of type DropStoredQueryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDropStoredQuery(DropStoredQueryType newDropStoredQuery, NotificationChain msgs)voidDocumentRootImpl. setDropStoredQuery(DropStoredQueryType newDropStoredQuery)
- 
Uses of DropStoredQueryType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DropStoredQueryType Modifier and Type Method Description TWfs20Switch. caseDropStoredQueryType(DropStoredQueryType object)Returns the result of interpreting the object as an instance of 'Drop Stored Query Type'.booleanWfs20Validator. validateDropStoredQueryType(DropStoredQueryType dropStoredQueryType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DropStoredQueryType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type DropStoredQueryType Modifier and Type Method Description booleanDocumentRootValidator. validateDropStoredQuery(DropStoredQueryType value)
 
-