org.eclipse.jst.j2ee.ejb
Interface CommonRelationship

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EJBRelation

public interface CommonRelationship
extends org.eclipse.emf.ecore.EObject

Insert the type's description here. Creation date: (10/26/2001 9:24:27 AM)

Since:
1.0

Method Summary
 org.eclipse.emf.common.util.EList getCommonRoles()
          Returns the EList of the common roles
 CommonRelationshipRole getFirstCommonRole()
          Gets the first common role
 java.lang.String getName()
          Returns the name of the CommonRelationship
 CommonRelationshipRole getSecondCommonRole()
          Gets the second common role
 void setName(java.lang.String value)
          Sets the name of the CommonRelationship
 
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

getCommonRoles

org.eclipse.emf.common.util.EList getCommonRoles()
Returns the EList of the common roles

Returns:
EList reference

getFirstCommonRole

CommonRelationshipRole getFirstCommonRole()
Gets the first common role

Returns:
CommonRelationshipRole reference

getSecondCommonRole

CommonRelationshipRole getSecondCommonRole()
Gets the second common role

Returns:
CommonRelationshipRole

getName

java.lang.String getName()
Returns the name of the CommonRelationship

Returns:
String value

setName

void setName(java.lang.String value)
Sets the name of the CommonRelationship

Parameters:
value - the String value of the name