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");
VERSION 2018.0.01 | Copyright © 2018 Jade Software Corporation Limited. All rights reserved.