protected class RealCell.RealCellValue extends AbstractCell.AbstractCellValue
Cell| Modifier | Constructor and Description |
|---|---|
protected |
RealCellValue(java.lang.String value,
java.lang.String relationshipId,
java.lang.String objectId,
java.lang.String objectType)
Create a new cell value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareToDefault(CellValue other)
This method provides a default compare mechanism for cell values.
|
protected ValueFormat |
getFormat()
Returns the format instance that will be used to format the cell's
value.
|
protected java.lang.String |
paramString()
Returns a parameterized string containing debug information on the
objects current state.
|
compareTo, compareToAlpha, compareToCustomComparator, compareToDate, compareToNumeric, compareToString, getBooleanValue, getCell, getDateValue, getDisplayValue, getIndex, getNumberValue, getObjectId, getObjectType, getRelationshipId, getSearchString, getValue, hashCode, setDisplayValue, toString, updateprotected RealCellValue(java.lang.String value,
java.lang.String relationshipId,
java.lang.String objectId,
java.lang.String objectType)
value - The value.relationshipId - The relationship id.objectId - The object id.objectType - The object type.protected ValueFormat getFormat()
AbstractCell.AbstractCellValuegetFormat in class AbstractCell.AbstractCellValueformatter for this value.public int compareToDefault(CellValue other)
AbstractCell.AbstractCellValuecompareToDefault in class AbstractCell.AbstractCellValueother - The other cell value.protected java.lang.String paramString()
AbstractCell.AbstractCellValueparamString in class AbstractCell.AbstractCellValueCopyright ? Technia AB. All Rights Reserved.