try {
int unconditionalDerefSet = Integer.parseInt(propStr);
ParameterProperty prop = new ParameterProperty(unconditionalDerefSet);
return prop;
} catch (NumberFormatException e) {
throw new PropertyDatabaseFormatException("Invalid unconditional deref param set: " + propStr);
}
}