Uses of Interface
net.opengis.wfs20.DeleteType
- 
Packages that use DeleteType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of DeleteType in net.opengis.wfs20Methods in net.opengis.wfs20 that return DeleteType Modifier and Type Method Description DeleteTypeWfs20Factory. createDeleteType()Returns a new object of class 'Delete Type'.DeleteTypeDocumentRoot. getDelete()Returns the value of the 'Delete' containment reference.Methods in net.opengis.wfs20 with parameters of type DeleteType Modifier and Type Method Description voidDocumentRoot. setDelete(DeleteType value)Sets the value of the 'Delete' containment reference.
- 
Uses of DeleteType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement DeleteType Modifier and Type Class Description classDeleteTypeImplAn implementation of the model object 'Delete Type'.Methods in net.opengis.wfs20.impl that return DeleteType Modifier and Type Method Description DeleteTypeWfs20FactoryImpl. createDeleteType()DeleteTypeDocumentRootImpl. getDelete()Methods in net.opengis.wfs20.impl with parameters of type DeleteType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDelete(DeleteType newDelete, NotificationChain msgs)voidDocumentRootImpl. setDelete(DeleteType newDelete)
- 
Uses of DeleteType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DeleteType Modifier and Type Method Description TWfs20Switch. caseDeleteType(DeleteType object)Returns the result of interpreting the object as an instance of 'Delete Type'.booleanWfs20Validator. validateDeleteType(DeleteType deleteType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of DeleteType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type DeleteType Modifier and Type Method Description booleanDocumentRootValidator. validateDelete(DeleteType value)
 
-