23 lines
475 B
Java
23 lines
475 B
Java
![]() |
// automatically generated by the FlatBuffers compiler, do not modify
|
||
|
|
||
|
package NamespaceA;
|
||
|
|
||
|
import java.nio.*;
|
||
|
import java.lang.*;
|
||
|
import java.util.*;
|
||
|
import com.google.flatbuffers.*;
|
||
|
|
||
|
public class SecondTableInAT {
|
||
|
private NamespaceC.TableInCT referToC;
|
||
|
|
||
|
public NamespaceC.TableInCT getReferToC() { return referToC; }
|
||
|
|
||
|
public void setReferToC(NamespaceC.TableInCT referToC) { this.referToC = referToC; }
|
||
|
|
||
|
|
||
|
public SecondTableInAT() {
|
||
|
this.referToC = null;
|
||
|
}
|
||
|
}
|
||
|
|