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

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

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

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