Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar20.MessageDrivenType

Packages that use MessageDrivenType
org.eclipse.modisco.jee.ejbjar.EjbJar20   
 

Uses of MessageDrivenType in org.eclipse.modisco.jee.ejbjar.EjbJar20
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return MessageDrivenType
 MessageDrivenType EjbJar20Factory.createMessageDrivenType()
          Returns a new object of class 'Message Driven Type'.
 MessageDrivenType DocumentRoot.getMessageDriven()
          Returns the value of the 'Message Driven' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type MessageDrivenType
 void DocumentRoot.setMessageDriven(MessageDrivenType value)
          Sets the value of the 'Message Driven' containment reference.