|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IFieldRelation interface defines a link between two different field descriptors. An IFieldRelation is allways an agregate of an IEntityRelation that defines a link between two IEntityRelation objects. The relation objects does combined with the descriptor objects form a travesable graph.
Method Summary | |
IEntityRelation |
getEntityRelation()
Access method that return the IEntityRelation that the called IFieldRelation is a part of. |
IFieldDescriptor |
getReferenceField()
Access method that return the IFieldDescriptor that is the source/reference field that addresses another field. |
IFieldDescriptor |
getTargetField()
Access method that return the IFieldDescriptor that is the target field that are addressed by the reference field. |
Method Detail |
public IEntityRelation getEntityRelation()
public IFieldDescriptor getReferenceField()
public IFieldDescriptor getTargetField()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |