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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 that return EjbClassType
 EjbClassType EjbJar20Factory.createEjbClassType()
          Returns a new object of class 'Ejb Class Type'.
 EjbClassType DocumentRoot.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 EjbClassType EntityType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 EjbClassType MessageDrivenType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 EjbClassType SessionType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar20 with parameters of type EjbClassType
 void DocumentRoot.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void EntityType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void MessageDrivenType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void SessionType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.