Package mondrian.test
Class SchemaTest.DummyPropertyFormatter
- java.lang.Object
-
- mondrian.test.SchemaTest.DummyPropertyFormatter
-
- All Implemented Interfaces:
PropertyFormatter
- Enclosing class:
- SchemaTest
public static class SchemaTest.DummyPropertyFormatter extends Object implements PropertyFormatter
Implementation ofPropertyFormatterthat throws.
-
-
Constructor Summary
Constructors Constructor Description DummyPropertyFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatProperty(Member member, String propertyName, Object propertyValue)
-
-
-
Method Detail
-
formatProperty
public String formatProperty(Member member, String propertyName, Object propertyValue)
- Specified by:
formatPropertyin interfacePropertyFormatter
-
-