} else if (HUt.isInteger(type) || HUt.isDecimal(type)) {

                return Double.parseDouble(value.toString());
            } else if (BigDecimal.class == type) {