org.eclipse.jst.j2ee.ejb
Interface Relationships

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface Relationships
extends J2EEEObject

The relationships describes the relationships in which entity beans with container managed persistence participate. The relationships element contains an optional description; and a list of ejb-relation elements, which specify the container managed relationships.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 org.eclipse.emf.common.util.EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 EJBJar getEjbJar()
           
 org.eclipse.emf.common.util.EList getEjbRelations()
           
 void setDescription(java.lang.String value)
           
 void setEjbJar(EJBJar value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDescription

java.lang.String getDescription()
Returns:
The value of the Description attribute The description is used by the ejb-jar file producer to provide text describing the collection of relationships. The description should include any information that the ejb-jar file producer wants to provide to the consumer of the ejb-jar file (i.e. to the Deployer). Typically, the tools used by the ejb-jar file consumer will display the description when processing the list of dependents.

setDescription

void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getEjbJar

EJBJar getEjbJar()
Returns:
The EjbJar reference

setEjbJar

void setEjbJar(EJBJar value)
Parameters:
value - The new value of the EjbJar reference

getEjbRelations

org.eclipse.emf.common.util.EList getEjbRelations()
Returns:
The list of EjbRelations references A list of ejb-relation elements, which specify the container managed relationships.

getDescriptions

org.eclipse.emf.common.util.EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

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

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
EjbPackage.getRelationships_Descriptions()