|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssCell is the base for the member/data/text cell.
Nested Class Summary | |
static class |
IEssCell.EEssCellType
The EEssCellType class is an enumeration of cell types. |
Method Summary | |
IEssCell.EEssCellType |
getCellType()
Gets the cell type. |
IEssValueAny |
getValue()
Gets the cell value. |
void |
setValue(IEssValueAny value)
Sets the cell value. |
Method Detail |
public IEssCell.EEssCellType getCellType() throws EssException
EssException
- if an error occurs.public IEssValueAny getValue() throws EssException
EssException
- if an error occurs.public void setValue(IEssValueAny value) throws EssException
value
- The cell value. Either a String value (for member and text
cell) or a double value (for data cell) is allowed here.
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |