getAttrName()

Retrieves the name of an attribute that you specify by its position in the business object's attribute list.

Syntax

public String getAttrName(int position);
 

Parameters

position
Is an integer that specifies the ordinal position of the attribute in the business object's attribute list.

Return values

The name of the specified attribute.

Exceptions

AttributeNotFoundException
Thrown if the attribute position specified is not valid for the definition of this business object.

Copyright IBM Corp. 1997, 2003