Uses of Interface
net.opengis.wfs20.FeaturesLockedType
- 
Packages that use FeaturesLockedType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of FeaturesLockedType in net.opengis.wfs20Methods in net.opengis.wfs20 that return FeaturesLockedType Modifier and Type Method Description FeaturesLockedTypeWfs20Factory. 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.wfs20 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.wfs20.implClasses in net.opengis.wfs20.impl that implement FeaturesLockedType Modifier and Type Class Description classFeaturesLockedTypeImplAn implementation of the model object 'Features Locked Type'.Fields in net.opengis.wfs20.impl declared as FeaturesLockedType Modifier and Type Field Description protected FeaturesLockedTypeLockFeatureResponseTypeImpl. featuresLockedThe cached value of the 'Features Locked' containment reference.Methods in net.opengis.wfs20.impl that return FeaturesLockedType Modifier and Type Method Description FeaturesLockedTypeWfs20FactoryImpl. createFeaturesLockedType()FeaturesLockedTypeLockFeatureResponseTypeImpl. getFeaturesLocked()Methods in net.opengis.wfs20.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.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type FeaturesLockedType Modifier and Type Method Description TWfs20Switch. caseFeaturesLockedType(FeaturesLockedType object)Returns the result of interpreting the object as an instance of 'Features Locked Type'.booleanWfs20Validator. validateFeaturesLockedType(FeaturesLockedType featuresLockedType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of FeaturesLockedType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type FeaturesLockedType Modifier and Type Method Description booleanLockFeatureResponseTypeValidator. validateFeaturesLocked(FeaturesLockedType value)
 
-