getVerbList()

Retrieves the list of verbs in the business object definition.

Syntax

public Vector getVerbList();
 

Parameters

None.

Return values

A java.util.Vector object that contains one verb (BusObjVerb) object for each supported verb in the business object definition.

Notes

The getVerbList() method returns the business object definition's verb list as a Java Vector of verb objects. You can use methods of the java.util.Vector class to retrieve verb objects from this Vector object. You can use methods of the BusObjVerb class to obtain information from the verb object.

See also

setVerbList()

Copyright IBM Corp. 1997, 2003