James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
2 | |||||
3 | package NamespaceA.NamespaceB; | ||||
4 | |||||
5 | @SuppressWarnings("unused") | ||||
6 | public final class UnionInNestedNS { | ||||
7 | private UnionInNestedNS() { } | ||||
8 | public static final byte NONE = 0; | ||||
9 | public static final byte TableInNestedNS = 1; | ||||
10 | |||||
11 | public static final String[] names = { "NONE", "TableInNestedNS", }; | ||||
12 | |||||
13 | public static String name(int e) { return names[e]; } | ||||
14 | } | ||||
15 |