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

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

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

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

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