Retrieves the description of an attribute of a business object, given the attribute's name or position.
public CxObjectAttr getAttrDesc(String name);
public CxObjectAttr getAttrDesc(int position);
A CxObjectAttr object that defines the specified attribute.
To retrieve the description of an attribute of the business object, specify either the attribute name or its position in the list of attributes:
See also the description of the getAttrName() method.