...

Text file src/github.com/google/flatbuffers/tests/union_vector/Character.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 Character {
     5  private Character() { }
     6  public static final byte NONE = 0;
     7  public static final byte MuLan = 1;
     8  public static final byte Rapunzel = 2;
     9  public static final byte Belle = 3;
    10  public static final byte BookFan = 4;
    11  public static final byte Other = 5;
    12  public static final byte Unused = 6;
    13
    14  public static final String[] names = { "NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unused", };
    15
    16  public static String name(int e) { return names[e]; }
    17}
    18

View as plain text