1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 public final class Character {
Character()4   private Character() { }
5   public static final byte NONE = 0;
6   public static final byte MuLan = 1;
7   public static final byte Rapunzel = 2;
8   public static final byte Belle = 3;
9   public static final byte BookFan = 4;
10   public static final byte Other = 5;
11   public static final byte Unused = 6;
12 
13   public static final String[] names = { "NONE", "MuLan", "Rapunzel", "Belle", "BookFan", "Other", "Unused", };
14 
name(int e)15   public static String name(int e) { return names[e]; }
16 }
17 
18