case INTRINSIC_SCALE_VALUE: {
return new PdIntrinsicScaleValue(fobj, propertyFullName,
attributeValue);
}
case INTRUSION_DISPLACE: {
return new PdIntrusionDisplace(fobj, propertyFullName,
attributeValue);
}
case KEEP_TOGETHER: {
return new PdKeepTogether(fobj, propertyFullName, attributeValue);
}