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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 that return EjbClassType
 EjbClassType EjbJar21Factory.createEjbClassType()
          Returns a new object of class 'Ejb Class Type'.
 EjbClassType EntityBeanType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 EjbClassType MessageDrivenBeanType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 EjbClassType SessionBeanType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar21 with parameters of type EjbClassType
 void EntityBeanType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void MessageDrivenBeanType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void SessionBeanType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.