public final class MissingCellDummyRecord extends Record
| Constructor and Description |
|---|
MissingCellDummyRecord(int row,
int column) |
| Modifier and Type | Method and Description |
|---|---|
MissingCellDummyRecord |
copy() |
int |
getColumn() |
Map<String,Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
int |
getRecordSize()
gives the current serialized size of the record.
|
int |
getRow() |
short |
getSid()
return the non static version of the id for this record.
|
int |
serialize(int offset,
byte[] data)
called by the class that is responsible for writing this sucker.
|
cloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic int getRow()
public int getColumn()
public MissingCellDummyRecord copy()
copy in interface Duplicatablecopy in class Recordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic final short getSid()
Recordpublic int serialize(int offset,
byte[] data)
RecordBaseserialize in class RecordBaseoffset - to begin writing atdata - byte array containing instance datapublic final int getRecordSize()
RecordBasegetRecordSize in class RecordBase