4243444546474849505152
{ super(name, level, occurs); this.precision = precision; Conversion temp; try { Class clazz = Class.forName(getSettings().getFloatConversion()); temp = (Conversion) clazz.newInstance(); } catch (Exception e) {