|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellValueRecordInterface
The cell value record interface is implemented by all classes of type Record that contain cell values. It allows the containing sheet to move through them and compare them.
Sheet
,
Record
,
RecordFactory
Method Summary | |
---|---|
java.lang.Object |
clone()
|
short |
getColumn()
get the column this cell defines within the row |
int |
getRow()
get the row this cell occurs on |
short |
getXFIndex()
|
boolean |
isAfter(CellValueRecordInterface i)
returns whether this cell is after the passed in cell |
boolean |
isBefore(CellValueRecordInterface i)
returns whether this cell is before the passed in cell |
boolean |
isEqual(CellValueRecordInterface i)
returns whether this cell represents the same cell (NOT VALUE) |
void |
setColumn(short col)
set the column this cell defines within the row |
void |
setRow(int row)
set the row this cell occurs on |
void |
setXFIndex(short xf)
|
Method Detail |
---|
int getRow()
short getColumn()
void setRow(int row)
row
- the row this cell occurs withinvoid setColumn(short col)
col
- the column this cell definesvoid setXFIndex(short xf)
short getXFIndex()
boolean isBefore(CellValueRecordInterface i)
i
- another cell interface record to compare
boolean isAfter(CellValueRecordInterface i)
i
- record to compare
boolean isEqual(CellValueRecordInterface i)
i
- record to compare
java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |