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

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

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

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

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