Package mondrian.olap

Class MondrianDef.MemberFormatter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, NodeDef
    Enclosing class:
    MondrianDef

    public static class MondrianDef.MemberFormatter
    extends ElementDef
    Plugin that formats members. It must be implemented by a Java class which implements the interface mondrian.spi.MemberFormatter, or by a script.
    See Also:
    Serialized Form
    • Field Detail

      • className

        public java.lang.String className
      • script

        public MondrianDef.Script script
        Script to implement this member formatter. Either the "Script" element or the "className" attribute must be specified.