Class SegmentParser.ValueInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      Type<?> type
      Type of this value
      RecordId valueId
      Id of this record
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueInfo​(RecordId valueId, Type<?> type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • valueId

        public final RecordId valueId
        Id of this record
      • type

        public final Type<?> type
        Type of this value
    • Constructor Detail

      • ValueInfo

        public ValueInfo​(RecordId valueId,
                         Type<?> type)