blob: 90a37fdfd8ca471eb1b4d8f10b3845443705f283 [file] [log] [blame]
Austin Schuh272c6132020-11-14 16:37:52 -08001// automatically generated by the FlatBuffers compiler, do not modify
2
3package optional_scalars;
4
James Kuszmaul8e62b022022-03-22 09:33:25 -07005@SuppressWarnings("unused")
Austin Schuh272c6132020-11-14 16:37:52 -08006public final class OptionalByte {
7 private OptionalByte() { }
8 public static final byte None = 0;
9 public static final byte One = 1;
10 public static final byte Two = 2;
11
12 public static final String[] names = { "None", "One", "Two", };
13
14 public static String name(int e) { return names[e]; }
15}
16