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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return HomeType
 HomeType EjbJar21Factory.createHomeType()
          Returns a new object of class 'Home Type'.
 HomeType EjbRefType.getHome()
          Returns the value of the 'Home' containment reference.
 HomeType EntityBeanType.getHome()
          Returns the value of the 'Home' containment reference.
 HomeType SessionBeanType.getHome()
          Returns the value of the 'Home' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type HomeType
 void EjbRefType.setHome(HomeType value)
          Sets the value of the 'Home' containment reference.
 void EntityBeanType.setHome(HomeType value)
          Sets the value of the 'Home' containment reference.
 void SessionBeanType.setHome(HomeType value)
          Sets the value of the 'Home' containment reference.