Package mondrian.test
Class UdfTest.FooBarCellFormatter
- java.lang.Object
-
- mondrian.test.UdfTest.FooBarCellFormatter
-
- All Implemented Interfaces:
CellFormatter
- Enclosing class:
- UdfTest
public static class UdfTest.FooBarCellFormatter extends java.lang.Object implements CellFormatter
Cell formatter for test purposes. Returns value of the cell prefixed with "foo" and suffixed with "bar".
-
-
Constructor Summary
Constructors Constructor Description FooBarCellFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
formatCell(java.lang.Object value)
Formats a cell value.
-
-
-
Method Detail
-
formatCell
public java.lang.String formatCell(java.lang.Object value)
Description copied from interface:CellFormatter
Formats a cell value.- Specified by:
formatCell
in interfaceCellFormatter
- Parameters:
value
- Cell value- Returns:
- the formatted value
-
-