Retrieves the numeric type code for the data type of an attribute, given the attribute's name or its position in the business object's attribute list.
public int getTypeNum(String attrName);
public int getTypeNum(int position);
An integer that specifies the data type of the attribute. Compare this integer value with the attribute-type constants shown in Table 124 to determine the type.