1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 @SuppressWarnings("unused") 4 public final class Character { 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 name(int e)16 public static String name(int e) { return names[e]; } 17 } 18 19