|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.wotonomy.access.EOJoin
public class EOJoin
An EOJoin represents a connection between two attributes in different entities.
Field Summary | |
---|---|
protected EOAttribute |
_destination
|
protected EOAttribute |
_source
|
Constructor Summary | |
---|---|
EOJoin(EOAttribute src,
EOAttribute dst)
|
Method Summary | |
---|---|
EOAttribute |
destinationAttribute()
|
EOAttribute |
sourceAttribute()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EOAttribute _source
protected EOAttribute _destination
Constructor Detail |
---|
public EOJoin(EOAttribute src, EOAttribute dst)
Method Detail |
---|
public EOAttribute sourceAttribute()
public EOAttribute destinationAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |