| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar30 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |