source = new PropertyValueSource(propertyReference);
} else if (computedPropertyRef != null) {
source = new ComputedValueSource(
computedPropertyRef, computedRef.getRules());
} else {
source = new NullValueSource();
}
property.setInitialValueSource(source);
}