mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
24 lines
465 B
Java
24 lines
465 B
Java
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package NamespaceA;
|
|
|
|
import com.google.flatbuffers.*;
|
|
import java.nio.*;
|
|
import java.util.*;
|
|
|
|
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;
|
|
}
|
|
}
|