Uses of Interface
net.opengis.wfs.FeaturesLockedType
-
Packages that use FeaturesLockedType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of FeaturesLockedType in net.opengis.wfs
Methods in net.opengis.wfs that return FeaturesLockedType Modifier and Type Method Description FeaturesLockedTypeWfsFactory. createFeaturesLockedType()Returns a new object of class 'Features Locked Type'.FeaturesLockedTypeLockFeatureResponseType. getFeaturesLocked()Returns the value of the 'Features Locked' containment reference.Methods in net.opengis.wfs with parameters of type FeaturesLockedType Modifier and Type Method Description voidLockFeatureResponseType. setFeaturesLocked(FeaturesLockedType value)Sets the value of the 'Features Locked' containment reference. -
Uses of FeaturesLockedType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement FeaturesLockedType Modifier and Type Class Description classFeaturesLockedTypeImplAn implementation of the model object 'Features Locked Type'.Fields in net.opengis.wfs.impl declared as FeaturesLockedType Modifier and Type Field Description protected FeaturesLockedTypeLockFeatureResponseTypeImpl. featuresLockedThe cached value of the 'Features Locked' containment reference.Methods in net.opengis.wfs.impl that return FeaturesLockedType Modifier and Type Method Description FeaturesLockedTypeWfsFactoryImpl. createFeaturesLockedType()FeaturesLockedTypeLockFeatureResponseTypeImpl. getFeaturesLocked()Methods in net.opengis.wfs.impl with parameters of type FeaturesLockedType Modifier and Type Method Description NotificationChainLockFeatureResponseTypeImpl. basicSetFeaturesLocked(FeaturesLockedType newFeaturesLocked, NotificationChain msgs)voidLockFeatureResponseTypeImpl. setFeaturesLocked(FeaturesLockedType newFeaturesLocked) -
Uses of FeaturesLockedType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type FeaturesLockedType Modifier and Type Method Description booleanLockFeatureResponseTypeValidator. validateFeaturesLocked(FeaturesLockedType value)
-