Retrieves the data type of the attribute using either the ordinal position of a given attribute of a business object or the name of the attribute.
Syntax
public int getAttributeType(String name); public int getAttributeType(int position);
Parameters
Return values
The type of the attribute, represented as an integer. See Table 151 for the possible attribute-type constants.
Exceptions
Notes
To retrieve the type of an attribute of the business object, specify either the attribute name or its position in the list of attributes.