Uses of Interface
net.opengis.wfs20.TransactionType
- 
Packages that use TransactionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of TransactionType in net.opengis.wfs20Methods in net.opengis.wfs20 that return TransactionType Modifier and Type Method Description TransactionTypeWfs20Factory. createTransactionType()Returns a new object of class 'Transaction Type'.TransactionTypeDocumentRoot. getTransaction()Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs20 with parameters of type TransactionType Modifier and Type Method Description voidDocumentRoot. setTransaction(TransactionType value)Sets the value of the 'Transaction' containment reference.
- 
Uses of TransactionType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement TransactionType Modifier and Type Class Description classTransactionTypeImplAn implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs20.impl that return TransactionType Modifier and Type Method Description TransactionTypeWfs20FactoryImpl. createTransactionType()TransactionTypeDocumentRootImpl. getTransaction()Methods in net.opengis.wfs20.impl with parameters of type TransactionType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTransaction(TransactionType newTransaction, NotificationChain msgs)voidDocumentRootImpl. setTransaction(TransactionType newTransaction)
- 
Uses of TransactionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type TransactionType Modifier and Type Method Description TWfs20Switch. caseTransactionType(TransactionType object)Returns the result of interpreting the object as an instance of 'Transaction Type'.booleanWfs20Validator. validateTransactionType(TransactionType transactionType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of TransactionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type TransactionType Modifier and Type Method Description booleanDocumentRootValidator. validateTransaction(TransactionType value)
 
-