Determines if an attribute is a part of the foreign key of the business object, given the attribute's name or its position in the business object's attribute list.
public boolean isForeignKeyAttr(String attrName);
public boolean isForeignKeyAttr(int position);
Returns true if the attribute is a foreign key, or part of the foreign key, for the business object; otherwise, returns false.