} else {
PropertyValue propertyValue = new PropertyValue();
propertyValue.setName(aProperty.getName());
propertyValue.setValue(aProperty.getDefaultValue());
// propertyValue.setValueFactory(aProperty.getDefaultValueFactory());
propertyValue.setValueFactory(new SimplePropertyObjectFactory(aProperty,
propertyValue
.getValue()));
propertyValues.put(aProperty.getName(), propertyValue);
}
}