Uses of Enum
org.jboss.jca.embedded.dsl.ironjacamar10.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.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.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 type with the specified name.static TransactionSupportType[]TransactionSupportType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jca.embedded.dsl.ironjacamar10.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.ironjacamar10.impl
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return TransactionSupportTypeModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.getTransactionSupport()Returns thetransaction-supportelementIronjacamarTypeImpl.getTransactionSupport()Returns thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl with parameters of type TransactionSupportTypeModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementIronjacamarTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelement