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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return TransactionTypeType
 TransactionTypeType EjbJar21Factory.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.EjbJar21 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.