this.target = target; this.hint = hint;
if (hint != null) { target.setChildValue(value, hint); } else { target.setValue(value); }