removeVerb()

Removes the specified verb from the business object definition's verb list.

Syntax

public BusObjVerb removeVerb(String verb);

Parameters

verb
Is the name of the verb whose verb object is to be removed from the business object definition's verb list.

Return values

A verb (BusObjVerb) object that contains the removed verb.

Exceptions

BusObjNoSuchVerbException
Thrown if the specified verb does not exist.

See also

insertVerb()

Copyright IBM Corp. 1997, 2004