Uses of Interface
net.opengis.wfs.FeaturesLockedType

Packages that use FeaturesLockedType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of FeaturesLockedType in net.opengis.wfs
 

Methods in net.opengis.wfs that return FeaturesLockedType
 FeaturesLockedType WfsFactory.createFeaturesLockedType()
          Returns a new object of class 'Features Locked Type'.
 FeaturesLockedType LockFeatureResponseType.getFeaturesLocked()
          Returns the value of the 'Features Locked' containment reference.
 

Methods in net.opengis.wfs with parameters of type FeaturesLockedType
 void LockFeatureResponseType.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
 class FeaturesLockedTypeImpl
          An implementation of the model object 'Features Locked Type'.
 

Fields in net.opengis.wfs.impl declared as FeaturesLockedType
protected  FeaturesLockedType LockFeatureResponseTypeImpl.featuresLocked
          The cached value of the 'Features Locked' containment reference.
 

Methods in net.opengis.wfs.impl that return FeaturesLockedType
 FeaturesLockedType WfsFactoryImpl.createFeaturesLockedType()
           
 FeaturesLockedType LockFeatureResponseTypeImpl.getFeaturesLocked()
           
 

Methods in net.opengis.wfs.impl with parameters of type FeaturesLockedType
 org.eclipse.emf.common.notify.NotificationChain LockFeatureResponseTypeImpl.basicSetFeaturesLocked(FeaturesLockedType newFeaturesLocked, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LockFeatureResponseTypeImpl.setFeaturesLocked(FeaturesLockedType newFeaturesLocked)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.