Package mondrian.olap

Examples of mondrian.olap.Literal


      // resolved.

      final Exp exp = def.getDefaultExp();
      if (processedParamValue == null && exp != null && exp instanceof Literal)
      {
        Literal exp1 = (Literal) exp;
        def.setValue(exp1.getValue());
      }
      else
      {
        def.setValue(processedParamValue);
      }
View Full Code Here

TOP

Related Classes of mondrian.olap.Literal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.