...

Text file src/github.com/google/flatbuffers/tests/namespace_test/NamespaceC/TableInCT.java

Documentation: github.com/google/flatbuffers/tests/namespace_test/NamespaceC

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package NamespaceC;
     4
     5import java.nio.*;
     6import java.lang.*;
     7import java.util.*;
     8import com.google.flatbuffers.*;
     9
    10public 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

View as plain text