public interface IDatapoolCell extends IDatapoolCell
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getClonedCellValue()
Clones the value associated with the cell.
|
java.lang.String |
getPersistedRepresentation()
The unprocessed string representation of the cell is returned.
|
void |
setCellValue(java.lang.Object value)
Replace the value associated with the cell.
|
void |
setPersistedRepresentation(java.lang.String value)
Replace the unprocessed persisted string representation.
|
void |
setVariable(IDatapoolVariable variable)
|
getBooleanValue, getByteValue, getCellRecord, getCellValue, getCellVariable, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue
void setVariable(IDatapoolVariable variable)
void setPersistedRepresentation(java.lang.String value)
value
- The value to be associated with this cell.#getRawValue()
java.lang.String getPersistedRepresentation()
#setRawValue()
void setCellValue(java.lang.Object value)
value
- The value to be associated with this cell.IDatapoolCell.getCellValue()
java.lang.Object getClonedCellValue()