| org.jpox.sco.SCOMtoN
All known Subclasses: org.jpox.sco.LinkedHashSet, org.jpox.sco.simple.LinkedHashSet, org.jpox.sco.Set, org.jpox.sco.simple.TreeSet, org.jpox.sco.simple.SortedSet, org.jpox.sco.simple.Queue, org.jpox.sco.HashSet, org.jpox.sco.simple.Set, org.jpox.sco.PriorityQueue, org.jpox.sco.simple.PriorityQueue, org.jpox.sco.Collection, org.jpox.sco.TreeSet, org.jpox.sco.Queue, org.jpox.sco.simple.Collection, org.jpox.sco.SortedSet, org.jpox.sco.simple.HashSet,
SCOMtoN | public interface SCOMtoN (Code) | | Representation of a SCO type that can be used as one side of an M-N relation.
version: $Revision: 1.3 $ |
Method Summary | |
public boolean | contains(Object element) Method to check if an element is in this side of the relation. |
contains | public boolean contains(Object element)(Code) | | Method to check if an element is in this side of the relation.
Parameters: element - The element Whether the element is in this side |
|
|