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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return MessageDestinationLinkType
 MessageDestinationLinkType EjbJar31Factory.createMessageDestinationLinkType()
          Returns a new object of class 'Message Destination Link Type'.
 MessageDestinationLinkType MessageDestinationRefType.getMessageDestinationLink()
          Returns the value of the 'Message Destination Link' containment reference.
 MessageDestinationLinkType MessageDrivenBeanType.getMessageDestinationLink()
          Returns the value of the 'Message Destination Link' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 with parameters of type MessageDestinationLinkType
 void MessageDestinationRefType.setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the 'Message Destination Link' containment reference.
 void MessageDrivenBeanType.setMessageDestinationLink(MessageDestinationLinkType value)
          Sets the value of the 'Message Destination Link' containment reference.