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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return LocalType
 LocalType EjbJar20Factory.createLocalType()
          Returns a new object of class 'Local Type'.
 LocalType DocumentRoot.getLocal()
          Returns the value of the 'Local' containment reference.
 LocalType EjbLocalRefType.getLocal()
          Returns the value of the 'Local' containment reference.
 LocalType EntityType.getLocal()
          Returns the value of the 'Local' containment reference.
 LocalType SessionType.getLocal()
          Returns the value of the 'Local' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type LocalType
 void DocumentRoot.setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void EjbLocalRefType.setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void EntityType.setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void SessionType.setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.