public interface ILink extends IObject
IObject
for building object hierarchies. ILink
represents a many-to-many relationship between two classes that take part in
a containment relationship.Modifier and Type | Method and Description |
---|---|
IObject |
getChild() |
IObject |
getParent() |
void |
setChild(IObject child) |
void |
setParent(IObject parent) |
fields, getDetails, getGraphHolder, getId, isLoaded, isValid, putAt, retrieve, setId, unload, validate
acceptFilter