Class ReflectiveSchemaTest.IntAndString

  • Enclosing class:
    ReflectiveSchemaTest

    public static class ReflectiveSchemaTest.IntAndString
    extends java.lang.Object
    Table that has integer and string fields
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntAndString​(int id, java.lang.String value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public final int id
      • value

        public final java.lang.String value
    • Constructor Detail

      • IntAndString

        public IntAndString​(int id,
                            java.lang.String value)