Uses of Interface
net.opengis.wfs20.FeaturesLockedType
Packages that use FeaturesLockedType
Package
Description
-
Uses of FeaturesLockedType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return FeaturesLockedTypeModifier and TypeMethodDescriptionWfs20Factory.createFeaturesLockedType()
Returns a new object of class 'Features Locked Type'.LockFeatureResponseType.getFeaturesLocked()
Returns the value of the 'Features Locked' containment reference.Methods in net.opengis.wfs20 with parameters of type FeaturesLockedTypeModifier and TypeMethodDescriptionvoid
LockFeatureResponseType.setFeaturesLocked
(FeaturesLockedType value) Sets the value of the 'Features Locked
' containment reference. -
Uses of FeaturesLockedType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement FeaturesLockedTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Features Locked Type'.Fields in net.opengis.wfs20.impl declared as FeaturesLockedTypeModifier and TypeFieldDescriptionprotected FeaturesLockedType
LockFeatureResponseTypeImpl.featuresLocked
The cached value of the 'Features Locked
' containment reference.Methods in net.opengis.wfs20.impl that return FeaturesLockedTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createFeaturesLockedType()
LockFeatureResponseTypeImpl.getFeaturesLocked()
Methods in net.opengis.wfs20.impl with parameters of type FeaturesLockedTypeModifier and TypeMethodDescriptionNotificationChain
LockFeatureResponseTypeImpl.basicSetFeaturesLocked
(FeaturesLockedType newFeaturesLocked, NotificationChain msgs) void
LockFeatureResponseTypeImpl.setFeaturesLocked
(FeaturesLockedType newFeaturesLocked) -
Uses of FeaturesLockedType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeaturesLockedTypeModifier and TypeMethodDescriptionWfs20Switch.caseFeaturesLockedType
(FeaturesLockedType object) Returns the result of interpreting the object as an instance of 'Features Locked Type'.boolean
Wfs20Validator.validateFeaturesLockedType
(FeaturesLockedType featuresLockedType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeaturesLockedType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type FeaturesLockedTypeModifier and TypeMethodDescriptionboolean
LockFeatureResponseTypeValidator.validateFeaturesLocked
(FeaturesLockedType value)