/**
  * @param operatorInputType
  * @return this builder itself, so that calls the various exposed methods can be chained.
  */
 public OperationBuilder setOperatorInputType(final String operatorInputType) {
   operation.setOperatorInputType(operatorInputType);
   return this;
 }