com.im.df.api.ddl
Interface DFRelationship.Direction
- Enclosing interface:
- DFRelationship
public static interface DFRelationship.Direction
Direction - the oriented relationship.
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.