case RETRIEVE_CLASS_NAME: {
return new PdRetrieveClassName(fobj, propertyFullName,
attributeValue);
}
case RETRIEVE_POSITION: {
return new PdRetrievePosition(fobj, propertyFullName,
attributeValue);
}
case RETRIEVE_POSITION_WITHIN_TABLE: {
return new PdRetrievePositionWithinTable(fobj, propertyFullName,
attributeValue);