src/java/grl/src/grl/flatbuffer/EOperationMode.java
Go to the documentation of this file.
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package grl.flatbuffer;
4 
5 public final class EOperationMode {
6  private EOperationMode() { }
7  public static final byte TEST_MODE_1 = 0;
8  public static final byte TEST_MODE_2 = 1;
9  public static final byte AUTOMATIC_MODE = 2;
10 
11  public static final String[] names = { "TEST_MODE_1", "TEST_MODE_2", "AUTOMATIC_MODE", };
12 
13  public static String name(int e) { return names[e]; }
14 }
15