I have a standalone enum type defined, something like this:
package my.pkg.types; public enum MyEnumType { TYPE1, TYPE2 }
Now, I w
You can just do "TYPE1".