hasName()

Determines whether an attribute has the specified name.

Syntax

unsigned char hasName(char * name);
  

Parameters

name [in]
is the name of an attribute.

Return values

Returns TRUE if the attribute has the name that you specify or FALSE if it does not.

Notes

You can use the hasName() method to determine whether a business object definition uses the attribute that you name. If you specify the name as null, the hasName() method returns FALSE.

See also

getName()

Copyright IBM Corp. 1997, 2003