James Kuszmaul | 8e62b02 | 2022-03-22 09:33:25 -0700 | [diff] [blame^] | 1 | // automatically generated by the FlatBuffers compiler, do not modify |
| 2 | |
| 3 | package NamespaceC; |
| 4 | |
| 5 | import java.nio.*; |
| 6 | import java.lang.*; |
| 7 | import java.util.*; |
| 8 | import com.google.flatbuffers.*; |
| 9 | |
| 10 | public class TableInCT { |
| 11 | private NamespaceA.TableInFirstNST referToA1; |
| 12 | private NamespaceA.SecondTableInAT referToA2; |
| 13 | |
| 14 | public NamespaceA.TableInFirstNST getReferToA1() { return referToA1; } |
| 15 | |
| 16 | public void setReferToA1(NamespaceA.TableInFirstNST referToA1) { this.referToA1 = referToA1; } |
| 17 | |
| 18 | public NamespaceA.SecondTableInAT getReferToA2() { return referToA2; } |
| 19 | |
| 20 | public void setReferToA2(NamespaceA.SecondTableInAT referToA2) { this.referToA2 = referToA2; } |
| 21 | |
| 22 | |
| 23 | public TableInCT() { |
| 24 | this.referToA1 = null; |
| 25 | this.referToA2 = null; |
| 26 | } |
| 27 | } |
| 28 | |