initEnum(enm: Object, name: String);
enm. Enumeration to be initialized.
name. Full name of the enumeration.
The initEnum method initializes enumeration.
The example of use is given in the with description of the PP.initClass method.
See also:
PP