Determines if the name of the attribute matches a specified name, given the attribute's name or its position in the business object's attribute list.
Syntax
public boolean hasName(int position, String name);
Parameters
Return values
Returns true if the attribute name matches the specified name; otherwise, returns false.
Exceptions