Uses of Interface
net.opengis.wfs20.StoredQueryType
- 
Packages that use StoredQueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of StoredQueryType in net.opengis.wfs20Methods in net.opengis.wfs20 that return StoredQueryType Modifier and Type Method Description StoredQueryTypeWfs20Factory. createStoredQueryType()Returns a new object of class 'Stored Query Type'.StoredQueryTypeDocumentRoot. getStoredQuery()Returns the value of the 'Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type StoredQueryType Modifier and Type Method Description voidDocumentRoot. setStoredQuery(StoredQueryType value)Sets the value of the 'Stored Query' containment reference.
- 
Uses of StoredQueryType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement StoredQueryType Modifier and Type Class Description classStoredQueryTypeImplAn implementation of the model object 'Stored Query Type'.Methods in net.opengis.wfs20.impl that return StoredQueryType Modifier and Type Method Description StoredQueryTypeWfs20FactoryImpl. createStoredQueryType()StoredQueryTypeDocumentRootImpl. getStoredQuery()Methods in net.opengis.wfs20.impl with parameters of type StoredQueryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetStoredQuery(StoredQueryType newStoredQuery, NotificationChain msgs)voidDocumentRootImpl. setStoredQuery(StoredQueryType newStoredQuery)
- 
Uses of StoredQueryType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type StoredQueryType Modifier and Type Method Description TWfs20Switch. caseStoredQueryType(StoredQueryType object)Returns the result of interpreting the object as an instance of 'Stored Query Type'.booleanWfs20Validator. validateStoredQueryType(StoredQueryType storedQueryType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of StoredQueryType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type StoredQueryType Modifier and Type Method Description booleanDocumentRootValidator. validateStoredQuery(StoredQueryType value)
 
-