CLASS-METHODS meth
[IMPORTING parameters [PREFERRED PARAMETER p]]
[EXPORTING parameters]
[CHANGING parameters]
[{RAISING|EXCEPTIONS} exc1 exc2 ... ].
Declares a general static method meth. The additions
define the parameter interface for the method and specify the exceptions that the method can raise and propagate. The additions have the same syntax and meaning as those for
general instance methods.
You cannot redefine static methods. This means that you cannot define them as abstract or final.