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

A String that contains the name of the specified attribute.

Exceptions

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

Copyright IBM Corp. 1997, 2004