public Vector getVerbList();
None.
A java.util.Vector object that contains one verb (BusObjVerb) object for each supported verb in the business object definition.
The getVerbList() method returns the business object definition's verb list as a Java(TM) 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.