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

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

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

Methods in org.eclipse.jst.j2ee.ejb that return EJBRelation
 EJBRelation EjbFactory.createEJBRelation()
           
 EJBRelation EJBJar.getEJBRelation(java.lang.String aRelationName)
          Return the first EJBRelation with the same name as aRelationName.
 EJBRelation EJBRelationshipRole.getRelationship()
           
 

Methods in org.eclipse.jst.j2ee.ejb with parameters of type EJBRelation
 void EJBRelationshipRole.setRelationship(EJBRelation value)