Interface DFRelationship.Direction

  • Enclosing interface:
    DFRelationship

    public static interface DFRelationship.Direction
    Direction - the oriented relationship.
    • 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.
      • getOwner

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

        boolean isForward()
        Returns:
        whether this direction was obtained using getForward or getReverse method call.