Returns an array of Progress.Lang.Class instances describing the interfaces implemented by the class. There is no guaranteed order for the interfaces returned. If there are no interfaces, the method returns an indeterminate array.
The method returns any interface implemented by the class, any interface implemented by any of its super classes, and any super interfaces those interfaces inherit from.