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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return LocalHomeType
 LocalHomeType EjbJar21Factory.createLocalHomeType()
          Returns a new object of class 'Local Home Type'.
 LocalHomeType EjbLocalRefType.getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 LocalHomeType EntityBeanType.getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 LocalHomeType SessionBeanType.getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type LocalHomeType
 void EjbLocalRefType.setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.
 void EntityBeanType.setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.
 void SessionBeanType.setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.