EnumName extension
Access to the name of an enum value.
This method is declared as an extension method
instead of an instance method in order to allow
enum values to have the name name
.
- on
- @Since("2.15")
Access to the name of an enum value.
This method is declared as an extension method
instead of an instance method in order to allow
enum values to have the name name
.