mondrian.rolap
Class RolapResult.CellFormatterValueFormatter
java.lang.Object
mondrian.rolap.RolapResult.CellFormatterValueFormatter
- All Implemented Interfaces:
- RolapResult.ValueFormatter
- Enclosing class:
- RolapResult
static class RolapResult.CellFormatterValueFormatter
- extends Object
- implements RolapResult.ValueFormatter
A CellFormatterValueFormatter uses a user-defined CellFormatter
to format values.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cf
final CellFormatter cf
RolapResult.CellFormatterValueFormatter
RolapResult.CellFormatterValueFormatter(CellFormatter cf)
- Creates a CellFormatterValueFormatter
- Parameters:
cf
- Cell formatter
format
public String format(Object value,
String formatString)
- Specified by:
format
in interface RolapResult.ValueFormatter