org.eclipse.modisco.jee.ejbjar.EjbJar21
Interface RelationshipsType


public interface RelationshipsType

A representation of the model object 'Relationships Type'. The relationshipsType describes the relationships in which entity beans with container-managed persistence participate. The relationshipsType contains an optional description; and a list of ejb-relation elements, which specify the container managed relationships.

The following features are supported:

See Also:
EjbJar21Package.getRelationshipsType()
Generated:
Model:
extendedMetaData="name='relationshipsType' kind='elementOnly'"

Method Summary
  getDescription()
          Returns the value of the 'Description' containment reference list.
  getEjbRelation()
          Returns the value of the 'Ejb Relation' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar21Package.getRelationshipsType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/j2ee'"

getEjbRelation

 getEjbRelation()
Returns the value of the 'Ejb Relation' containment reference list. The list contents are of type EjbRelationType.

If the meaning of the 'Ejb Relation' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Relation' containment reference list.
See Also:
EjbJar21Package.getRelationshipsType_EjbRelation()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-relation' namespace='http://java.sun.com/xml/ns/j2ee'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar21Package.getRelationshipsType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: