static class RolapResult.CellInfo extends Object
RolapCell.
 During the evaluation stage they are mutable but after evaluation has finished they are not changed.
| Modifier and Type | Field and Description | 
|---|---|
(package private) String | 
formatString  | 
(package private) long | 
key  | 
(package private) Object | 
value  | 
(package private) RolapResult.ValueFormatter | 
valueFormatter  | 
| Constructor and Description | 
|---|
CellInfo(long key)
Creates a CellInfo representing the position of a cell. 
 | 
CellInfo(long key,
        Object value,
        String formatString,
        RolapResult.ValueFormatter valueFormatter)
Creates a CellInfo with position, value, format string and formatter
 of a cell. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
(package private) String | 
getFormatValue()
Returns the formatted value of the Cell 
 | 
int | 
hashCode()  | 
Object value
String formatString
RolapResult.ValueFormatter valueFormatter
long key
CellInfo(long key)
key - Ordinal representing the position of a cellCellInfo(long key,
         Object value,
         String formatString,
         RolapResult.ValueFormatter valueFormatter)
key - Ordinal representing the position of a cellvalue - Value of cell, or null if not yet knownformatString - Format string of cell, or nullvalueFormatter - Formatter for cell, or null