getAttributeIndex()

Retrieves the position of a business object attribute in the attribute list.

Syntax

int getAttributeIndex(char * name);
  

Parameters

name [in]
is the name of the attribute.

Return values

An integer that specifies the position of the attribute in the attribute list of the business object definition.

Notes

After you retrieve the position of an attribute in attribute list, you can use the position to refer to the attribute.

See also

See also the description of the BOAttrType class.

Copyright IBM Corp. 1997, 2003