mondrian.rolap
Class RolapResult.CellFormatterValueFormatter

java.lang.Object
  extended by 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.

 

Field Summary
(package private)  CellFormatter cf
           
 
Constructor Summary
RolapResult.CellFormatterValueFormatter(CellFormatter cf)
          Creates a CellFormatterValueFormatter
 
Method Summary
 String format(Object value, String formatString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cf

final CellFormatter cf
Constructor Detail

RolapResult.CellFormatterValueFormatter

RolapResult.CellFormatterValueFormatter(CellFormatter cf)
Creates a CellFormatterValueFormatter

Parameters:
cf - Cell formatter
Method Detail

format

public String format(Object value,
                     String formatString)
Specified by:
format in interface RolapResult.ValueFormatter

SourceForge.net_Logo