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 LockFeatureType
WfsFactory. createLockFeatureType()
Returns a new object of class 'Lock Feature Type'.LockFeatureType
DocumentRoot. 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 void
DocumentRoot. 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 class
LockFeatureTypeImpl
An implementation of the model object 'Lock Feature Type'.Methods in net.opengis.wfs.impl that return LockFeatureType Modifier and Type Method Description LockFeatureType
WfsFactoryImpl. createLockFeatureType()
LockFeatureType
DocumentRootImpl. getLockFeature()
Methods in net.opengis.wfs.impl with parameters of type LockFeatureType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLockFeature(LockFeatureType newLockFeature, NotificationChain msgs)
void
DocumentRootImpl. 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 boolean
DocumentRootValidator. validateLockFeature(LockFeatureType value)
-