1 2 3 4 5
package st; public enum TypeEnum { classname, method, intarray, bool, integer, CHECK, ERROR }