Uses of Interface
net.opengis.wfs.TransactionType

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

Uses of TransactionType in net.opengis.wfs
 

Methods in net.opengis.wfs that return TransactionType
 TransactionType WfsFactory.createTransactionType()
          Returns a new object of class 'Transaction Type'.
 TransactionType DocumentRoot.getTransaction()
          Returns the value of the 'Transaction' containment reference.
 

Methods in net.opengis.wfs with parameters of type TransactionType
 void DocumentRoot.setTransaction(TransactionType value)
          Sets the value of the 'Transaction' containment reference.
 

Uses of TransactionType in net.opengis.wfs.impl
 

Classes in net.opengis.wfs.impl that implement TransactionType
 class TransactionTypeImpl
          An implementation of the model object 'Transaction Type'.
 

Methods in net.opengis.wfs.impl that return TransactionType
 TransactionType WfsFactoryImpl.createTransactionType()
           
 TransactionType DocumentRootImpl.getTransaction()
           
 

Methods in net.opengis.wfs.impl with parameters of type TransactionType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTransaction(TransactionType newTransaction, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setTransaction(TransactionType newTransaction)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.