Uses of Enum Class
org.jboss.jca.embedded.dsl.ironjacamar12.api.TransactionSupportType
Packages that use TransactionSupportType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.ironjacamar12.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api that return TransactionSupportTypeModifier and TypeMethodDescriptionstatic TransactionSupportTypeTransactionSupportType.getFromStringValue(String value) IronjacamarDescriptor.getTransactionSupport()Returns thetransaction-supportelementIronjacamarType.getTransactionSupport()Returns thetransaction-supportelementstatic TransactionSupportTypeReturns the enum constant of this class with the specified name.static TransactionSupportType[]TransactionSupportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.jca.embedded.dsl.ironjacamar12.api with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionIronjacamarDescriptor.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementIronjacamarType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement -
Uses of TransactionSupportType in org.jboss.jca.embedded.dsl.ironjacamar12.impl
Methods in org.jboss.jca.embedded.dsl.ironjacamar12.impl that return TransactionSupportTypeModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.getTransactionSupport()Returns thetransaction-supportelementIronjacamarTypeImpl.getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar12.impl with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementIronjacamarTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement