Perhap this is a simple basic question
Having an enum
public enum TK{ ID,GROUP,DATA,FAIL; }
Can I get the order num
Are you looking for ordinal?