Determines whether an attribute has the specified name.
Syntax
unsigned char hasName(char * name);
Parameters
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