Package mondrian.olap

Class MondrianDef.UserDefinedFunction

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

    public static class MondrianDef.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
    • Field Detail

      • name

        public java.lang.String name
      • className

        public java.lang.String className
      • script

        public MondrianDef.Script script
        Script to implement this user-defined function. Either the "Script" element or the "className" attribute must be specified.