Returns the name of enum e
, including its path.
If e
is inside a package, the package structure is returned dot-
separated, with another dot separating the enum name:
pack1.pack2.(...).packN.EnumName
If e
is a sub-type of a haxe module, that module is not part of the
package structure.
If e
has no package, the enum name is returned.
If e
is null, the result is unspecified.
The enum name does not include any type parameters.