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

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

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

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