Package mondrian.gui

Class MondrianGuiDef.UserDefinedFunction

  • All Implemented Interfaces:
    Serializable, Cloneable, NodeDef
    Enclosing class:
    MondrianGuiDef

    public static class MondrianGuiDef.UserDefinedFunction
    extends ElementDef
    A UserDefinedFunction is a function which extends the MDX language. It must be implemented by a Java class which implements the interface mondrian.spi.UserDefinedFunction.
    See Also:
    Serialized Form