Uses of Interface
net.opengis.wfs20.CreateStoredQueryType
- 
Packages that use CreateStoredQueryType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of CreateStoredQueryType in net.opengis.wfs20Methods in net.opengis.wfs20 that return CreateStoredQueryType Modifier and Type Method Description CreateStoredQueryTypeWfs20Factory. createCreateStoredQueryType()Returns a new object of class 'Create Stored Query Type'.CreateStoredQueryTypeDocumentRoot. getCreateStoredQuery()Returns the value of the 'Create Stored Query' containment reference.Methods in net.opengis.wfs20 with parameters of type CreateStoredQueryType Modifier and Type Method Description voidDocumentRoot. setCreateStoredQuery(CreateStoredQueryType value)Sets the value of the 'Create Stored Query' containment reference.
- 
Uses of CreateStoredQueryType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement CreateStoredQueryType Modifier and Type Class Description classCreateStoredQueryTypeImplAn implementation of the model object 'Create Stored Query Type'.Methods in net.opengis.wfs20.impl that return CreateStoredQueryType Modifier and Type Method Description CreateStoredQueryTypeWfs20FactoryImpl. createCreateStoredQueryType()CreateStoredQueryTypeDocumentRootImpl. getCreateStoredQuery()Methods in net.opengis.wfs20.impl with parameters of type CreateStoredQueryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetCreateStoredQuery(CreateStoredQueryType newCreateStoredQuery, NotificationChain msgs)voidDocumentRootImpl. setCreateStoredQuery(CreateStoredQueryType newCreateStoredQuery)
- 
Uses of CreateStoredQueryType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type CreateStoredQueryType Modifier and Type Method Description TWfs20Switch. caseCreateStoredQueryType(CreateStoredQueryType object)Returns the result of interpreting the object as an instance of 'Create Stored Query Type'.booleanWfs20Validator. validateCreateStoredQueryType(CreateStoredQueryType createStoredQueryType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of CreateStoredQueryType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type CreateStoredQueryType Modifier and Type Method Description booleanDocumentRootValidator. validateCreateStoredQuery(CreateStoredQueryType value)
 
-