Uses of Interface
net.opengis.wfs.LockFeatureType
Packages that use LockFeatureType
-
Uses of LockFeatureType in net.opengis.wfs
Methods in net.opengis.wfs that return LockFeatureTypeModifier and TypeMethodDescriptionWfsFactory.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.wfs 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.wfs.impl
Classes in net.opengis.wfs.impl that implement LockFeatureTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs.impl that return LockFeatureTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createLockFeatureType()DocumentRootImpl.getLockFeature()Methods in net.opengis.wfs.impl with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetLockFeature(LockFeatureType newLockFeature, NotificationChain msgs) voidDocumentRootImpl.setLockFeature(LockFeatureType newLockFeature) -
Uses of LockFeatureType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type LockFeatureTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateLockFeature(LockFeatureType value)