void setValue(String propertyname, Object value) { var strategy = StrategyFactory.getStrategy(element); strategy.setValue(propertyname, value); }