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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 that return EjbNameType
 EjbNameType EjbJar11Factory.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 MethodType.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.EjbJar11 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 MethodType.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.