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.wfs20
Methods in net.opengis.wfs20 that return TransactionType Modifier and Type Method Description TransactionType
Wfs20Factory. createTransactionType()
Returns a new object of class 'Transaction Type'.TransactionType
DocumentRoot. getTransaction()
Returns the value of the 'Transaction' containment reference.Methods in net.opengis.wfs20 with parameters of type TransactionType Modifier and Type Method Description void
DocumentRoot. setTransaction(TransactionType value)
Sets the value of the 'Transaction
' containment reference. -
Uses of TransactionType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TransactionType Modifier and Type Class Description class
TransactionTypeImpl
An implementation of the model object 'Transaction Type'.Methods in net.opengis.wfs20.impl that return TransactionType Modifier and Type Method Description TransactionType
Wfs20FactoryImpl. createTransactionType()
TransactionType
DocumentRootImpl. getTransaction()
Methods in net.opengis.wfs20.impl with parameters of type TransactionType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTransaction(TransactionType newTransaction, NotificationChain msgs)
void
DocumentRootImpl. setTransaction(TransactionType newTransaction)
-
Uses of TransactionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TransactionType Modifier and Type Method Description T
Wfs20Switch. caseTransactionType(TransactionType object)
Returns the result of interpreting the object as an instance of 'Transaction Type'.boolean
Wfs20Validator. validateTransactionType(TransactionType transactionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of TransactionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TransactionType Modifier and Type Method Description boolean
DocumentRootValidator. validateTransaction(TransactionType value)
-