...

Text file src/github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.java

Documentation: github.com/google/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package NamespaceA.NamespaceB;
     4
     5@SuppressWarnings("unused")
     6public 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

View as plain text