Package mondrian.test

Class UdfTest.FooBarPropertyFormatter

  • All Implemented Interfaces:
    PropertyFormatter
    Enclosing class:
    UdfTest

    public static class UdfTest.FooBarPropertyFormatter
    extends java.lang.Object
    implements PropertyFormatter
    Property formatter for test purposes. Returns name of the member and property, then the value, prefixed with "foo" and suffixed with "bar".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String formatProperty​(Member member, java.lang.String propertyName, java.lang.Object propertyValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FooBarPropertyFormatter

        public FooBarPropertyFormatter()
    • Method Detail

      • formatProperty

        public java.lang.String formatProperty​(Member member,
                                               java.lang.String propertyName,
                                               java.lang.Object propertyValue)
        Specified by:
        formatProperty in interface PropertyFormatter