case HYPHENATION_REMAIN_CHARACTER_COUNT: {
return new PdHyphenationRemainCharacterCount(fobj, propertyFullName,
attributeValue);
}
case ID: {
return new PdId(fobj, propertyFullName, attributeValue);
}
case INDEX_CLASS: {
return new PdIndexClass(fobj, propertyFullName, attributeValue);
}
case INDEX_KEY: {