Open ride4sun opened 3 years ago
I would like to generate a super enum Type from a String. I would expect something like:
MyEnum enum = MyEnum.fromString(String Name);
Actually, support for the roundtrip String conversion should be supported from and to String.
I would like to generate a super enum Type from a String. I would expect something like:
MyEnum enum = MyEnum.fromString(String Name);
Actually, support for the roundtrip String conversion should be supported from and to String.