public void setValue(double value) { output.setValue(conversion.to(value)); }
public double getValue() { return conversion.from(input.getValue()); }