Uses of Interface
net.opengis.wfs.LockFeatureType
-
Packages that use LockFeatureType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of LockFeatureType in net.opengis.wfs
Methods in net.opengis.wfs that return LockFeatureType Modifier and Type Method Description LockFeatureTypeWfsFactory. createLockFeatureType()Returns a new object of class 'Lock Feature Type'.LockFeatureTypeDocumentRoot. getLockFeature()Returns the value of the 'Lock Feature' containment reference.Methods in net.opengis.wfs with parameters of type LockFeatureType Modifier and Type Method Description voidDocumentRoot. 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 LockFeatureType Modifier and Type Class Description classLockFeatureTypeImplAn implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs.impl that return LockFeatureType Modifier and Type Method Description LockFeatureTypeWfsFactoryImpl. createLockFeatureType()LockFeatureTypeDocumentRootImpl. getLockFeature()Methods in net.opengis.wfs.impl with parameters of type LockFeatureType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 LockFeatureType Modifier and Type Method Description booleanDocumentRootValidator. validateLockFeature(LockFeatureType value)
-