LOTUSSCRIPT LANGUAGE
This method returns the next JavaMethod object in the enumeration.
Defined in
JavaMethodCollection
Syntax
Set javamethod = javamethodcollection.getNext()
Return value
JavaMethod. The next JavaMethod object within the enumeration. If you pass the last method within the enumeration, the first one will be returned.
Example See Also