Package mondrian.olap

Class MondrianDef.Parameter

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

    public static class MondrianDef.Parameter
    extends ElementDef
    A Parameter defines a schema parameter. It can be referenced from an MDX statement using the ParamRef function and, if not final, its value can be overridden.
    See Also:
    Serialized Form
    • Field Detail

      • name

        public java.lang.String name
      • description

        public java.lang.String description
      • _type_values

        public static final java.lang.String[] _type_values
        Allowable values for type.
      • type

        public java.lang.String type
      • modifiable

        public java.lang.Boolean modifiable
      • defaultValue

        public java.lang.String defaultValue