Class RecordTest.Field

  • Enclosing class:
    RecordTest

    public static class RecordTest.Field
    extends java.lang.Object
    Class representing one field definition within a record type definition, used only while constructing a record definition
    • Constructor Summary

      Constructors 
      Constructor Description
      Field​(java.lang.String name, SequenceType type, boolean optional)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Field

        public Field​(java.lang.String name,
                     SequenceType type,
                     boolean optional)