blob: 949c2043daae1bf39d6af2c0f63fcb31869d1e12 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package NamespaceA.NamespaceB;
4
James Kuszmaul8e62b022022-03-22 09:33:25 -07005@SuppressWarnings("unused")
Austin Schuhe89fa2d2019-08-14 20:24:23 -07006public final class EnumInNestedNS {
7 private EnumInNestedNS() { }
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