Retrieves the name of the attribute's data type, given the attribute's name or its position in the business object's attribute list.
public String getTypeName(String attrName);
public String getTypeName(int position);
A String that contains the name of the attribute's data type. Compare this String value with the attribute-type constants shown in Table 123 to determine the type.