Retrieves the specified verb from the business object definition's verb list.
Syntax
public BusObjVerb getVerb(String verb);
Parameters
Return values
The verb (BusObjVerb) object for the specified verb in the business object definition's verb list.
Exceptions
Notes
The getVerb() method retrieves a verb from the business object definition's verb list. It returns this verb as a verb object (BusObjVerb). You can use methods of the BusObjVerb class to obtain information about the verb.
See also