mondrian.test
Class FooBarCellFormatter
java.lang.Object
mondrian.test.FooBarCellFormatter
- All Implemented Interfaces:
- CellFormatter
public class FooBarCellFormatter
- extends Object
- implements CellFormatter
Cell formatter for test purposes. Returns value of the cell prefixed
with "foo" and suffixed with "bar".
- Since:
- 5 October, 2002
- Version:
- $Id: //open/mondrian/testsrc/main/mondrian/test/FooBarCellFormatter.java#2 $
- Author:
- jhyde
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FooBarCellFormatter
public FooBarCellFormatter()
formatCell
public String formatCell(Object value)
- Description copied from interface:
CellFormatter
- user provided cell formatting function
- Specified by:
formatCell
in interface CellFormatter
- Returns:
- the formatted value