public interface IEssCell extends IEssBaseObject
Modifier and Type | Interface and Description |
---|---|
static class |
IEssCell.EEssCellType
The EEssCellType class is an enumeration of cell types.
|
Modifier and Type | Method and Description |
---|---|
IEssCell.EEssCellType |
getCellType()
Gets the cell type.
|
IEssValueAny |
getValue()
Gets the cell value.
|
void |
setValue(IEssValueAny value)
Sets the cell value.
|
IEssCell.EEssCellType getCellType() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssValueAny getValue() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.void setValue(IEssValueAny value) throws com.essbase.api.base.EssException
value
- The cell value. Either a String value (for member and text
cell) or a double value (for data cell) is allowed here.com.essbase.api.base.EssException
- if an error occurs.