Uses of Interface
org.eclipse.modisco.jee.ejbjar.EjbJar21.EjbNameType

Packages that use EjbNameType
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of EjbNameType in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return EjbNameType
 EjbNameType EjbJar21Factory.createEjbNameType()
          Returns a new object of class 'Ejb Name Type'.
 EjbNameType EntityBeanType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType MessageDrivenBeanType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType MethodType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType RelationshipRoleSourceType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType SessionBeanType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type EjbNameType
 void EntityBeanType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void MessageDrivenBeanType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void MethodType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void RelationshipRoleSourceType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void SessionBeanType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.