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

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

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

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 that return EjbClassType
 EjbClassType EjbJar11Factory.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 SessionType.getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar11 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 SessionType.setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.