コード例 #1
0
 @Override
 public SOperationBuilder setLeftOperand(final SLeftOperand leftOperand) {
   operation.setLeftOperand(leftOperand);
   return this;
 }