public interface EjbRelationType
The following features are supported:
EjbJar30Package.getEjbRelationType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
String |
getEjbRelationName()
Returns the value of the 'Ejb Relation Name' containment reference.
|
EjbRelationshipRoleType |
getEjbRelationshipRole()
Returns the value of the 'Ejb Relationship Role' containment reference.
|
EjbRelationshipRoleType |
getEjbRelationshipRole1()
Returns the value of the 'Ejb Relationship Role1' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
void |
setEjbRelationName(String value)
Sets the value of the '
Ejb Relation Name' containment reference. |
void |
setEjbRelationshipRole(EjbRelationshipRoleType value)
Sets the value of the '
Ejb Relationship Role' containment reference. |
void |
setEjbRelationshipRole1(EjbRelationshipRoleType value)
Sets the value of the '
Ejb Relationship Role1' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getEjbRelationType_Description()String getEjbRelationName()
setEjbRelationName(org.eclipse.modisco.jee.ejbjar.EjbJar30.String),
EjbJar30Package.getEjbRelationType_EjbRelationName()void setEjbRelationName(String value)
Ejb Relation Name' containment reference.
value - the new value of the 'Ejb Relation Name' containment reference.getEjbRelationName()EjbRelationshipRoleType getEjbRelationshipRole()
If the meaning of the 'Ejb Relationship Role' containment reference isn't clear, there really should be more of a description here...
setEjbRelationshipRole(EjbRelationshipRoleType),
EjbJar30Package.getEjbRelationType_EjbRelationshipRole()void setEjbRelationshipRole(EjbRelationshipRoleType value)
Ejb Relationship Role' containment reference.
value - the new value of the 'Ejb Relationship Role' containment reference.getEjbRelationshipRole()EjbRelationshipRoleType getEjbRelationshipRole1()
If the meaning of the 'Ejb Relationship Role1' containment reference isn't clear, there really should be more of a description here...
setEjbRelationshipRole1(EjbRelationshipRoleType),
EjbJar30Package.getEjbRelationType_EjbRelationshipRole1()void setEjbRelationshipRole1(EjbRelationshipRoleType value)
Ejb Relationship Role1' containment reference.
value - the new value of the 'Ejb Relationship Role1' containment reference.getEjbRelationshipRole1()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar30Package.getEjbRelationType_Id()