unplugged-system/external/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnumT.java

23 lines
412 B
Java

// automatically generated by the FlatBuffers compiler, do not modify
package MyGame.Example;
import java.nio.*;
import java.lang.*;
import java.util.*;
import com.google.flatbuffers.*;
class TestSimpleTableWithEnumT {
private int color;
public int getColor() { return color; }
public void setColor(int color) { this.color = color; }
public TestSimpleTableWithEnumT() {
this.color = 2;
}
}