Class StringRecord


  • public final class StringRecord
    extends ContinuableRecord
    STRING (0x0207)

    Stores the cached result of a text formula

    • Constructor Detail

      • StringRecord

        public StringRecord()
      • StringRecord

        public StringRecord​(RecordInputStream in)
        Parameters:
        in - the RecordInputstream to read the record from
    • Method Detail

      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • getString

        public java.lang.String getString()
        Returns:
        The string represented by this record.
      • setString

        public void setString​(java.lang.String string)
        Sets the string represented by this record.
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record