hasTypeName()

Determines whether an attribute has a specified data type.

Syntax

unsigned char * hasTypeName(char * name);
 

Parameters

name [in]
Is the name of a data type for an attribute. For a list of valid string attribute-type values, see Table 95.

Return values

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

Notes

You can use the hasTypeName() method to determine whether a business object definition uses the data type you have named for this attribute. If you specify the name as null, the hasTypeName() method returns FALSE.

See also

getTypeName()

Copyright IBM Corp. 1997, 2003