Uses of Interface
org.eclipse.jst.j2ee.ejb.CommonRelationshipRole

Packages that use CommonRelationshipRole
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
 

Uses of CommonRelationshipRole in org.eclipse.jst.j2ee.ejb
 

Subinterfaces of CommonRelationshipRole in org.eclipse.jst.j2ee.ejb
 interface EJBRelationshipRole
          The ejb-relationship-role element describes a role within a relationship.
 

Methods in org.eclipse.jst.j2ee.ejb that return CommonRelationshipRole
 CommonRelationshipRole CommonRelationship.getFirstCommonRole()
          Gets the first common role
 CommonRelationshipRole CommonRelationship.getSecondCommonRole()
          Gets the second common role
 CommonRelationshipRole CommonRelationshipRole.getOppositeAsCommonRole()
          Return the other role.
 CommonRelationshipRole ContainerManagedEntity.getRole(java.lang.String roleName)
          Return a specific CommonRelationshipRole which has a named role that is equal to roleName.