1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 package MyGame.Example; 4 5 import java.nio.*; 6 import java.lang.*; 7 import java.util.*; 8 import com.google.flatbuffers.*; 9 10 class TestSimpleTableWithEnumT { 11 private int color; 12 getColor()13 public int getColor() { return color; } 14 setColor(int color)15 public void setColor(int color) { this.color = color; } 16 17 TestSimpleTableWithEnumT()18 public TestSimpleTableWithEnumT() { 19 this.color = 2; 20 } 21 } 22 23