public VALUE getDerivedValue(IProject project) throws StatusException {
   String stringValue = preference.getProjectPreference().getEffectiveValue(project);
   return validator.getValidatedField(stringValue);
 }