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

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

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

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