* the function by which the ranges are consolidated </li>
* </ul>
*/
public void _setFunction() {
requiredMethod("getFunction()");
GeneralFunction aFunction2 = null;
if (aFunction.equals(GeneralFunction.SUM)) {
aFunction2 = GeneralFunction.COUNT;
}
else {
aFunction2 = GeneralFunction.SUM;