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