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

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

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

Methods in org.eclipse.jst.j2ee.ejb that return EJBRelationshipRole
 EJBRelationshipRole EjbFactory.createEJBRelationshipRole()
           
 EJBRelationshipRole EJBRelation.getFirstRole()
           
 EJBRelationshipRole EJBRelationshipRole.getOpposite()
          Return the other role.
 EJBRelationshipRole EJBRelation.getOppositeRole(EJBRelationshipRole aRole)
          Return the other role.
 EJBRelationshipRole EJBRelation.getRelationshipRole(java.lang.String aRoleName)
          Return the EJBRelationshipRole with the same name as aRoleName.
 EJBRelationshipRole EJBJar.getRelationshipRole(java.lang.String aRoleName, ContainerManagedEntity sourceCMP)
          Return the EJBRelationshipRole with the same name as aRoleName that has sourceCMP as its source bean.
 EJBRelationshipRole RoleSource.getRole()
           
 EJBRelationshipRole CMRField.getRole()
           
 EJBRelationshipRole EJBRelation.getSecondRole()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type EJBRelationshipRole
 boolean EJBRelation.containsRelationshipRole(EJBRelationshipRole aRole)
           
 EJBRelationshipRole EJBRelation.getOppositeRole(EJBRelationshipRole aRole)
          Return the other role.
 void EJBRelation.setFoward(EJBRelationshipRole aRole)
          Set the forward role.
 void RoleSource.setRole(EJBRelationshipRole value)
           
 void CMRField.setRole(EJBRelationshipRole value)