...

Text file src/github.com/google/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.java

Documentation: github.com/google/flatbuffers/tests/MyGame/Example

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package MyGame.Example;
     4
     5@SuppressWarnings("unused")
     6public final class AnyUniqueAliases {
     7  private AnyUniqueAliases() { }
     8  public static final byte NONE = 0;
     9  public static final byte M = 1;
    10  public static final byte TS = 2;
    11  public static final byte M2 = 3;
    12
    13  public static final String[] names = { "NONE", "M", "TS", "M2", };
    14
    15  public static String name(int e) { return names[e]; }
    16}
    17

View as plain text