For a project, I'm making this mock computer with all the basic instructions, like LOD, LODI, ADD, STO, etc..., and they're enums, and I have to "lookup" the instruction without using if statements or switch statements. So I'm trying to use this method to return the enum type so I can just one (or two) lines of code to automatically look ...