PP.initEnum

Syntax

initEnum(enm: Object, name: String);

Parameters

enm. Enumeration to be initialized.

name. Full name of the enumeration.

Description

The initEnum method initializes enumeration.

Example

The example of use is given in the with description of the PP.initClass method.

See also:

PP