blob: 98fe21ccf08f1e2772c1609eef34524f74360887 [file] [log] [blame]
James Kuszmaul8e62b022022-03-22 09:33:25 -07001// automatically generated by the FlatBuffers compiler, do not modify
2
3package NamespaceA;
4
5import java.nio.*;
6import java.lang.*;
7import java.util.*;
8import com.google.flatbuffers.*;
9
10public class SecondTableInAT {
11 private NamespaceC.TableInCT referToC;
12
13 public NamespaceC.TableInCT getReferToC() { return referToC; }
14
15 public void setReferToC(NamespaceC.TableInCT referToC) { this.referToC = referToC; }
16
17
18 public SecondTableInAT() {
19 this.referToC = null;
20 }
21}
22