case CHANGE_BAR_PLACEMENT: {
return new PdChangeBarPlacement(fobj, propertyFullName,
attributeValue);
}
case CHANGE_BAR_STYLE: {
return new PdChangeBarStyle(fobj, propertyFullName, attributeValue);
}
case CHANGE_BAR_WIDTH: {
return new PdChangeBarWidth(fobj, propertyFullName, attributeValue);
}
case CHARACTER: {