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