getAppText()

Retrieves the application-specific information for the business object definition.

Syntax

char * getAppText() const;
 

Parameters

None.

Return values

A character string that contains application-specific information for the business object definition. This method can return NULL.

Notes

If the business object definition has a value for the AppSpecificInfo property, the getAppText() method retrieves this value. Each attribute can also have is own application-specific information.

Copyright IBM Corp. 1997, 2003