Uses of Interface
net.opengis.wfs20.UpdateType
Packages that use UpdateType
Package
Description
-
Uses of UpdateType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return UpdateTypeModifier and TypeMethodDescriptionWfs20Factory.createUpdateType()Returns a new object of class 'Update Type'.DocumentRoot.getUpdate()Returns the value of the 'Update' containment reference.Methods in net.opengis.wfs20 with parameters of type UpdateTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setUpdate(UpdateType value) Sets the value of the 'Update' containment reference. -
Uses of UpdateType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement UpdateTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Update Type'.Methods in net.opengis.wfs20.impl that return UpdateTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createUpdateType()DocumentRootImpl.getUpdate()Methods in net.opengis.wfs20.impl with parameters of type UpdateTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetUpdate(UpdateType newUpdate, NotificationChain msgs) voidDocumentRootImpl.setUpdate(UpdateType newUpdate) -
Uses of UpdateType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type UpdateTypeModifier and TypeMethodDescriptionWfs20Switch.caseUpdateType(UpdateType object) Returns the result of interpreting the object as an instance of 'Update Type'.booleanWfs20Validator.validateUpdateType(UpdateType updateType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of UpdateType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type UpdateType