blob: 6330cf61362db58dc4e496ab5d2aeb7d2d9d1ea5 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package MyGame.Example;
4
James Kuszmaul8e62b022022-03-22 09:33:25 -07005@SuppressWarnings("unused")
Austin Schuhe89fa2d2019-08-14 20:24:23 -07006public final class TestEnum {
7 private TestEnum() { }
8 public static final byte A = 0;
9 public static final byte B = 1;
10 public static final byte C = 2;
11
12 public static final String[] names = { "A", "B", "C", };
13
14 public static String name(int e) { return names[e]; }
15}
16