| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar20 |
| Modifier and Type | Method and Description |
|---|---|
HomeType |
EjbJar20Factory.createHomeType()
Returns a new object of class 'Home Type'.
|
HomeType |
DocumentRoot.getHome()
Returns the value of the 'Home' containment reference.
|
HomeType |
EjbRefType.getHome()
Returns the value of the 'Home' containment reference.
|
HomeType |
EntityType.getHome()
Returns the value of the 'Home' containment reference.
|
HomeType |
SessionType.getHome()
Returns the value of the 'Home' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRoot.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |
void |
EjbRefType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |
void |
EntityType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |
void |
SessionType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |