• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package NamespaceA.NamespaceB;
4 
5 public final class UnionInNestedNS {
UnionInNestedNS()6   private UnionInNestedNS() { }
7   public static final byte NONE = 0;
8   public static final byte TableInNestedNS = 1;
9 
10   public static final String[] names = { "NONE", "TableInNestedNS", };
11 
name(int e)12   public static String name(int e) { return names[e]; }
13 }
14 
15