Class ParameterFunDef.ParameterResolver

  • All Implemented Interfaces:
    Resolver
    Enclosing class:
    ParameterFunDef

    public static class ParameterFunDef.ParameterResolver
    extends MultiResolver
    Resolves calls to the Parameter MDX function.
    • Constructor Detail

      • ParameterResolver

        public ParameterResolver()
    • Method Detail

      • getReservedWords

        public String[] getReservedWords()
        Description copied from interface: Resolver
        Returns an array of symbolic constants which can appear as arguments to this function.

        For example, the DrilldownMember may take the symbol RECURSIVE as an argument. Most functions do not define any symbolic constants.

        Specified by:
        getReservedWords in interface Resolver
        Overrides:
        getReservedWords in class MultiResolver
        Returns:
        An array of the names of the symbolic constants