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

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

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

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

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