getVerb()

Retrieves the active verb for the business object.

Syntax

public String getVerb();
 

Parameters

None.

Return values

A String object that contains the active verb for the business object. If there is no active verb for the business object, the returned String is empty.

Exceptions

None.

Notes

The business object definition contains the list of verbs that the business object supports. The getVerb() method enables you to determine the active verb for the current business object.

See also

isVerbSupported(),, setVerb()

Copyright IBM Corp. 1997, 2004