package test0049; enum X { GREEN(0, 1), RED; X(int i, int j) {} X() {} }