xref: /aosp_15_r20/external/flatbuffers/tests/union_vector/FallingTubT.java (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 import java.nio.*;
4 import java.lang.*;
5 import java.util.*;
6 import com.google.flatbuffers.*;
7 
8 public class FallingTubT {
9   private int weight;
10 
getWeight()11   public int getWeight() { return weight; }
12 
setWeight(int weight)13   public void setWeight(int weight) { this.weight = weight; }
14 
15 
FallingTubT()16   public FallingTubT() {
17     this.weight = 0;
18   }
19 }
20 
21