juliocbcotta
03/25/2019, 5:33 AMvalueOf to get a reference of a enum entry from a string. As I don't know which enum to look at I would have to go through all implementations or use something like "$EnumClass.$EnumEntry" string. Maybe I can use some reflection? Any ideas?