Add support for unnamed enumerations (#2)
* Add support for unnamed enumerations Unnamed enumerations are supported by creating a "newtype" that wraps the string. The newtype provides the valid values as a list for convenience. * Take intellij's suggestion to simplify * Rename function to values()
Loading
Please register or sign in to comment