Interface EdmLogicalOrComparisonExpression

All Superinterfaces:
EdmAnnotatable, EdmDynamicExpression, EdmExpression
All Known Subinterfaces:
EdmAnd, EdmEq, EdmGe, EdmGt, EdmLe, EdmLt, EdmNe, EdmNot, EdmOr
All Known Implementing Classes:
AbstractEdmLogicalOrComparisonExpression, EdmAndImpl, EdmEqImpl, EdmGeImpl, EdmGtImpl, EdmLeImpl, EdmLtImpl, EdmNeImpl, EdmNotImpl, EdmOrImpl

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