blob: e23cecc06759b698cd242e1b0656ffc28dc288d5 [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
5public final class EnumInNestedNS {
6 private EnumInNestedNS() { }
7 public static final byte A = 0;
8 public static final byte B = 1;
9 public static final byte C = 2;
10
11 public static final String[] names = { "A", "B", "C", };
12
13 public static String name(int e) { return names[e]; }
14}
15