Package mondrian.spi
Interface PropertyFormatter
-
- All Known Subinterfaces:
PropertyFormatter
- All Known Implementing Classes:
SchemaTest.DummyPropertyFormatter
,UdfTest.FooBarPropertyFormatter
public interface PropertyFormatter
SPI to redefine a member property display string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatProperty(Member member, java.lang.String propertyName, java.lang.Object propertyValue)
-
-
-
Method Detail
-
formatProperty
java.lang.String formatProperty(Member member, java.lang.String propertyName, java.lang.Object propertyValue)
-
-