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

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

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

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