Interface EdmLogicalOrComparisonExpression

All Superinterfaces:
EdmAnnotatable, EdmDynamicExpression, EdmExpression
All Known Subinterfaces:
EdmAnd, EdmEq, EdmGe, EdmGt, EdmLe, EdmLt, EdmNe, EdmNot, EdmOr

public interface EdmLogicalOrComparisonExpression extends EdmDynamicExpression, EdmAnnotatable
Represents a generic expression with two child exprssions
  • Method Details

    • getLeftExpression

      EdmExpression getLeftExpression()
      Returns the first expression (left child)
      Returns:
      Child expression
    • getRightExpression

      EdmExpression getRightExpression()
      Returns the second expression (right child)
      Returns:
      Child expression