/** * <pre> * n * LeftClass -------------------------- RightClass * rightRoles * </pre> */
Attribute |
private FHashSet rightRoles;
or
or
|
Access Methods Summary | |
public boolean |
hasInRightRoles (RightClass value) |
public Iterator |
iteratorOfRightRoles () |
public int |
sizeOfRightRoles () |
public boolean |
addToRightRoles (RightClass value) |
public boolean |
removeFromRightRoles (RightClass value) |
public boolean |
removeAllFromRightRoles () |
Access Methods |
|
|
|
|
|
|
Comment |
Using a "To Many" association in conjunction with a Qualified "To One" or "To Many" association would lead to the following signatures:
|