getVerbAppText()

Retrieves the value of the application-specific information 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 containing the value of AppSpecificInfo for the specified verb. If the business object does not have application-specific information for the verb, the method returns an empty string.

See also

See also the description of the getVerb() method.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.