Uses of Interface
net.opengis.wfs.FeaturesNotLockedType
Packages that use FeaturesNotLockedType
-
Uses of FeaturesNotLockedType in net.opengis.wfs
Methods in net.opengis.wfs that return FeaturesNotLockedTypeModifier and TypeMethodDescriptionWfsFactory.createFeaturesNotLockedType()
Returns a new object of class 'Features Not Locked Type'.LockFeatureResponseType.getFeaturesNotLocked()
Returns the value of the 'Features Not Locked' containment reference.Methods in net.opengis.wfs with parameters of type FeaturesNotLockedTypeModifier and TypeMethodDescriptionvoid
LockFeatureResponseType.setFeaturesNotLocked
(FeaturesNotLockedType value) Sets the value of the 'Features Not Locked
' containment reference. -
Uses of FeaturesNotLockedType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement FeaturesNotLockedTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Features Not Locked Type'.Fields in net.opengis.wfs.impl declared as FeaturesNotLockedTypeModifier and TypeFieldDescriptionprotected FeaturesNotLockedType
LockFeatureResponseTypeImpl.featuresNotLocked
The cached value of the 'Features Not Locked
' containment reference.Methods in net.opengis.wfs.impl that return FeaturesNotLockedTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createFeaturesNotLockedType()
LockFeatureResponseTypeImpl.getFeaturesNotLocked()
Methods in net.opengis.wfs.impl with parameters of type FeaturesNotLockedTypeModifier and TypeMethodDescriptionNotificationChain
LockFeatureResponseTypeImpl.basicSetFeaturesNotLocked
(FeaturesNotLockedType newFeaturesNotLocked, NotificationChain msgs) void
LockFeatureResponseTypeImpl.setFeaturesNotLocked
(FeaturesNotLockedType newFeaturesNotLocked) -
Uses of FeaturesNotLockedType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeaturesNotLockedTypeModifier and TypeMethodDescriptionboolean
LockFeatureResponseTypeValidator.validateFeaturesNotLocked
(FeaturesNotLockedType value)