Uses of Interface
net.opengis.wfs.NativeType

Packages that use NativeType
net.opengis.wfs   
net.opengis.wfs.impl   
net.opengis.wfsv   
net.opengis.wfsv.impl   
net.opengis.wfsv.util   
 

Uses of NativeType in net.opengis.wfs
 

Methods in net.opengis.wfs that return NativeType
 NativeType WfsFactory.createNativeType()
          Returns a new object of class 'Native Type'.
 NativeType DocumentRoot.getNative()
          Returns the value of the 'Native' containment reference.
 

Methods in net.opengis.wfs with parameters of type NativeType
 void DocumentRoot.setNative(NativeType value)
          Sets the value of the 'Native' containment reference.
 

Uses of NativeType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement NativeType
 class NativeTypeImpl
          An implementation of the model object 'Native Type'.
 

Methods in net.opengis.wfs.impl that return NativeType
 NativeType WfsFactoryImpl.createNativeType()
           
 NativeType DocumentRootImpl.getNative()
           
 

Methods in net.opengis.wfs.impl with parameters of type NativeType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetNative(NativeType newNative, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setNative(NativeType newNative)
           
 

Uses of NativeType in net.opengis.wfsv
 

Subinterfaces of NativeType in net.opengis.wfsv
 interface RollbackType
          A representation of the model object 'Rollback Type'.
 

Uses of NativeType in net.opengis.wfsv.impl
 

Classes in net.opengis.wfsv.impl that implement NativeType
 class RollbackTypeImpl
          An implementation of the model object 'Rollback Type'.
 

Uses of NativeType in net.opengis.wfsv.util
 

Methods in net.opengis.wfsv.util with parameters of type NativeType
 java.lang.Object WfsvSwitch.caseNativeType(NativeType object)
          Returns the result of interpreting the object as an instance of 'Native Type'.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.