Uses of Interface
net.opengis.wfs.PropertyType

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

Uses of PropertyType in net.opengis.wfs
 

Methods in net.opengis.wfs that return PropertyType
 PropertyType WfsFactory.createPropertyType()
          Returns a new object of class 'Property Type'.
 PropertyType DocumentRoot.getProperty()
          Returns the value of the 'Property' containment reference.
 

Methods in net.opengis.wfs with parameters of type PropertyType
 void DocumentRoot.setProperty(PropertyType value)
          Sets the value of the 'Property' containment reference.
 

Uses of PropertyType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement PropertyType
 class PropertyTypeImpl
          An implementation of the model object 'Property Type'.
 

Methods in net.opengis.wfs.impl that return PropertyType
 PropertyType WfsFactoryImpl.createPropertyType()
           
 PropertyType DocumentRootImpl.getProperty()
           
 

Methods in net.opengis.wfs.impl with parameters of type PropertyType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetProperty(PropertyType newProperty, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setProperty(PropertyType newProperty)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.