getVerbAppText()

Retrieves the value of the AppSpecificInfo field for a particular verb.

Syntax

public String getVerbAppText(String verb);

Parameters

verb
Is the verb for which the value of the AppSpecificInfo field is to be retrieved.

Return values

A String object that holds the application-specific information for the verb. This information is stored in AppSpecificInfo field for the specified verb. If the business object does not have application-specific information for the verb, the method returns an empty string.

Exceptions

None.

See also

getAppText(),, getVerb()

Copyright IBM Corp. 1997, 2004