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 RoleSource.getRole()
           
 EJBRelationshipRole EJBRelation.getFirstRole()
           
 EJBRelationshipRole EJBRelation.getOppositeRole(EJBRelationshipRole aRole)
          Return the other role.
 EJBRelationshipRole EJBRelation.getSecondRole()
           
 EJBRelationshipRole EJBRelation.getRelationshipRole(java.lang.String aRoleName)
          Return the EJBRelationshipRole with the same name as aRoleName.
 EJBRelationshipRole CMRField.getRole()
           
 EJBRelationshipRole EjbFactory.createEJBRelationshipRole()
           
 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 EJBRelationshipRole.getOpposite()
          Return the other role.
 

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