3 package grl.flatbuffer;
7 public static final byte
POOR = 0;
8 public static final byte
FAIR = 1;
9 public static final byte
GOOD = 2;
12 private static final String[] names = {
"POOR",
"FAIR",
"GOOD",
"EXCELLENT", };
14 public static String
name(
int e) {
return names[e]; }
static final byte EXCELLENT
static String name(int e)