getClassMethods method (LotusScript® Language)

This method returns a list of methods.

Defined in

JavaClass

Syntax

Set Javamethodcollection = javaclass .getClassMethods()

Usage

This method returns a list of all the public methods belonging to the class specified by javaclass.

Example