AbstractEnum._name

The name of this enum constant, as declared in the enum declaration. Most programmers should use the {@link #toString} method rather than accessing this field.

class AbstractEnum(E)
protected
string _name;

Meta