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

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

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

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