Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar31.TransactionTypeType

Packages that use TransactionTypeType
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of TransactionTypeType in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return TransactionTypeType
 TransactionTypeType EjbJar31Factory.createTransactionTypeType()
          Returns a new object of class 'Transaction Type Type'.
 TransactionTypeType MessageDrivenBeanType.getTransactionType()
          Returns the value of the 'Transaction Type' containment reference.
 TransactionTypeType SessionBeanType.getTransactionType()
          Returns the value of the 'Transaction Type' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type TransactionTypeType
 void MessageDrivenBeanType.setTransactionType(TransactionTypeType value)
          Sets the value of the 'Transaction Type' containment reference.
 void SessionBeanType.setTransactionType(TransactionTypeType value)
          Sets the value of the 'Transaction Type' containment reference.