Uses of Interface
net.opengis.wfs.GetFeatureWithLockType
-
Packages that use GetFeatureWithLockType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of GetFeatureWithLockType in net.opengis.wfs
Methods in net.opengis.wfs that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockType
WfsFactory. createGetFeatureWithLockType()
Returns a new object of class 'Get Feature With Lock Type'.GetFeatureWithLockType
DocumentRoot. getGetFeatureWithLock()
Returns the value of the 'Get Feature With Lock' containment reference.Methods in net.opengis.wfs with parameters of type GetFeatureWithLockType Modifier and Type Method Description void
DocumentRoot. setGetFeatureWithLock(GetFeatureWithLockType value)
Sets the value of the 'Get Feature With Lock
' containment reference. -
Uses of GetFeatureWithLockType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement GetFeatureWithLockType Modifier and Type Class Description class
GetFeatureWithLockTypeImpl
An implementation of the model object 'Get Feature With Lock Type'.Methods in net.opengis.wfs.impl that return GetFeatureWithLockType Modifier and Type Method Description GetFeatureWithLockType
WfsFactoryImpl. createGetFeatureWithLockType()
GetFeatureWithLockType
DocumentRootImpl. getGetFeatureWithLock()
Methods in net.opengis.wfs.impl with parameters of type GetFeatureWithLockType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock, NotificationChain msgs)
void
DocumentRootImpl. setGetFeatureWithLock(GetFeatureWithLockType newGetFeatureWithLock)
-
Uses of GetFeatureWithLockType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type GetFeatureWithLockType Modifier and Type Method Description boolean
DocumentRootValidator. validateGetFeatureWithLock(GetFeatureWithLockType value)
-