public class RealCell extends AbstractCell
Cell that holds real (floating-point number)
values.| Modifier and Type | Class and Description |
|---|---|
protected class |
RealCell.RealCellValue
Implementation of cell value that represents an real in a Matrix
database.
|
AbstractCell.AbstractCellValue| Constructor and Description |
|---|
RealCell(Column column)
Construct a new cell whose values represents real numbers.
|
RealCell(Column column,
Updater updater)
Construct a new cell whose values represents real numbers.
|
| Modifier and Type | Method and Description |
|---|---|
CellValue |
addValue(java.lang.String value,
java.lang.String relationshipId,
java.lang.String objectId,
java.lang.String objectType)
Adds the value to the end of the list.
|
add, addValue, clearValues, compareTo, equals, getColumn, getFirstValue, getRangeValueAt, getRangeValueCount, getRangeValues, getRow, getType, getValueAt, getValueCount, getValues, hashCode, hasValues, indexOf, isBoolean, isDateTime, isEditable, isInteger, isReal, isString, isUnknown, iterator, paramString, removeValueAt, setEditable, setRow, toStringpublic RealCell(Column column)
column - The column for this cell.Copyright © Technia AB. All Rights Reserved.