Class Remainder

All Implemented Interfaces:
Expression, QueryObject

public final class Remainder extends CompoundExpression
Final class that represents subtract arithmetic expression.
Since:
1.3
Version:
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Udai Gupta, Ralf Joachim
  • Constructor Details

    • Remainder

      public Remainder()
  • Method Details

    • getOperator

      protected String getOperator()
      Get operator of the compound expression.
      Specified by:
      getOperator in class CompoundExpression
      Returns:
      Operator of the compound expression.
    • remainder

      public Expression remainder(Expression expression)
      The method for Reminder ( % ) multiplicative arithmetic expression of query objects.
      Specified by:
      remainder in interface Expression
      Overrides:
      remainder in class AbstractExpression
      Parameters:
      expression - The Expression value
      Returns:
      The Expression of query objects