Exemplo n.º 1
0
 /**
  * @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;
 }