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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return EjbNameType
 EjbNameType EjbJar31Factory.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.EjbJar31 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.