...

Text file src/github.com/google/flatbuffers/tests/union_vector/Gadget.java

Documentation: github.com/google/flatbuffers/tests/union_vector

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3@SuppressWarnings("unused")
     4public final class Gadget {
     5  private Gadget() { }
     6  public static final byte NONE = 0;
     7  public static final byte FallingTub = 1;
     8  public static final byte HandFan = 2;
     9
    10  public static final String[] names = { "NONE", "FallingTub", "HandFan", };
    11
    12  public static String name(int e) { return names[e]; }
    13}
    14

View as plain text