jxl.write.biff
Class StringRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.StringRecord
All Implemented Interfaces:
ByteData

class StringRecord
extends WritableRecordData

Stores the string result of a formula calculation. This record occurs immediately after the formula


Field Summary
private  java.lang.String value
          The string value
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
StringRecord(java.lang.String val)
          Constructor
 
Method Summary
 byte[] getData()
          The binary data to be written out
 
Methods inherited from class jxl.biff.WritableRecordData
getBytes
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

private java.lang.String value
The string value
Constructor Detail

StringRecord

public StringRecord(java.lang.String val)
Constructor
Method Detail

getData

public byte[] getData()
The binary data to be written out
Overrides:
getData in class WritableRecordData
Returns:
the binary data