com.im.df.api 5.9

com.im.df.api.ddl
Interface DFRelationship.Direction

Enclosing interface:
DFRelationship

public static interface DFRelationship.Direction

Direction - the oriented relationship.


Method Summary
 DFField getDestField()
           
 DFRelationship getOwner()
           
 DFField getSrcField()
           
 DFRelationship.Type getType()
           
 boolean isForward()
          Test if this direction was obtained using getForward or getReverse method call.
 

Method Detail

getSrcField

DFField getSrcField()
Returns:
The source field of this relationship direction. Use DFField.getEntity() to obtain the field owner.

getDestField

DFField getDestField()
Returns:
The destination field of this relationship direction. Use DFField.getEntity() to obtain the field owner.

getType

DFRelationship.Type getType()
Returns:
The type of this relationship direction.

getOwner

DFRelationship getOwner()
Returns:
The owner of this Direction.

isForward

boolean isForward()
Test if this direction was obtained using getForward or getReverse method call.


com.im.df.api 5.9