Exemplo n.º 1
0
 /**
  * @param rightOperand
  * @return this builder itself, so that calls the various exposed methods can be chained.
  */
 public OperationBuilder setRightOperand(final Expression rightOperand) {
   operation.setRightOperand(rightOperand);
   return this;
 }