super(id);
if (this.number == null) { try { this.number = Double.valueOf(this.image); } catch (ArithmeticException e0) { this.number = new BigDecimal(this.image); } } return this.number;
return this.getFloatingPoint().getClass();
return this.getFloatingPoint();