case FLOW_MAP_REFERENCE: {
return new PdFlowMapReference(fobj, propertyFullName,
attributeValue);
}
case FLOW_NAME: {
return new PdFlowName(fobj, propertyFullName, attributeValue);
}
case FLOW_NAME_REFERENCE: {
return new PdFlowNameReference(fobj, propertyFullName,
attributeValue);
}