}
case CHANGE_BAR_STYLE: {
return new PdChangeBarStyle(fobj, propertyFullName, attributeValue);
}
case CHANGE_BAR_WIDTH: {
return new PdChangeBarWidth(fobj, propertyFullName, attributeValue);
}
case CHARACTER: {
return new org.foray.fotree.fo.prop.PdCharacter(fobj,
propertyFullName, attributeValue);
}