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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return EjbNameType
 EjbNameType EjbJar20Factory.createEjbNameType()
          Returns a new object of class 'Ejb Name Type'.
 EjbNameType DocumentRoot.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType EntityType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 EjbNameType MessageDrivenType.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 SessionType.getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type EjbNameType
 void DocumentRoot.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void EntityType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void MessageDrivenType.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 SessionType.setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.