Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > getMethod

getMethod

getMethod(name: String): Method;

The getMethod method of the Type class returns a reference to the method specified in the name parameter; for example:

meth := Fault.getMethod("getDaysOpen");