Uses of Class
vdoclet.ejb.EjbRelationRole

Packages that use EjbRelationRole
vdoclet.ejb   
 

Uses of EjbRelationRole in vdoclet.ejb
 

Methods in vdoclet.ejb that return EjbRelationRole
 EjbRelationRole EjbRelation.getRole(String name)
          Find a role by name
 EjbRelationRole EjbRelationRole.getTarget()
          Get the target for this role.
 

Methods in vdoclet.ejb with parameters of type EjbRelationRole
 void EjbRelationRole.setTarget(EjbRelationRole target)
          Set the target for this role.
 

Constructors in vdoclet.ejb with parameters of type EjbRelationRole
EjbRelation(EjbRelationRole roleA, EjbRelationRole roleB)
          Construct a new EjbRelation.
EjbRelation(EjbRelationRole roleA, EjbRelationRole roleB)
          Construct a new EjbRelation.