isVerbSupported()

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

Syntax

public boolean isVerbSupported(String verb);
 

Parameters

verb
Is the verb that the method determines if the current business object definition supports.

Return values

Returns true if the specified verb is supported; otherwise, returns false.

Exceptions

None.

See also

getVerb(),, getSupportedVerbs()

Copyright IBM Corp. 1997, 2003