Uses of Interface
net.opengis.wfs20.LockFeatureType
Packages that use LockFeatureType
Package
Description
-
Uses of LockFeatureType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return LockFeatureTypeModifier and TypeMethodDescriptionWfs20Factory.createLockFeatureType()Returns a new object of class 'Lock Feature Type'.DocumentRoot.getLockFeature()Returns the value of the 'Lock Feature' containment reference.Methods in net.opengis.wfs20 with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setLockFeature(LockFeatureType value) Sets the value of the 'Lock Feature' containment reference. -
Uses of LockFeatureType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement LockFeatureTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs20.impl that return LockFeatureTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createLockFeatureType()DocumentRootImpl.getLockFeature()Methods in net.opengis.wfs20.impl with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetLockFeature(LockFeatureType newLockFeature, NotificationChain msgs) voidDocumentRootImpl.setLockFeature(LockFeatureType newLockFeature) -
Uses of LockFeatureType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionWfs20Switch.caseLockFeatureType(LockFeatureType object) Returns the result of interpreting the object as an instance of 'Lock Feature Type'.booleanWfs20Validator.validateLockFeatureType(LockFeatureType lockFeatureType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of LockFeatureType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateLockFeature(LockFeatureType value)