Retrieves the name of the attribute's data type.
Syntax
public String getAttrTypeName();
Parameters
None.
Return values
A String that contains the name of the business object definition that is the type of the child business object (when the attribute contains a child business object).
Notes
The getAttrTypeName() method retrieves the name of the attribute type for a child business object. When an attribute represents a child business object (or an array of child business objects), its attribute type isBusObjAttrType.OBJECT and its attribute type name is the name of the business object definition for the child business object.
See also