isVerbSupported()

Determines whether or not the verb passed to the method is supported by this business object definition.

Syntax

public boolean isVerbSupported(String verb);
 

Parameters

verb
Is the verb which the method determines if supported.

Return values

Returns true if the passed-in verb is supported; otherwise, returns false.

See also

See also the descriptions of the getVerb() method.

Copyright IBM Corp. 1997, 2004