mondrian.olap
Class MondrianDef.NamedSet
java.lang.Object
org.eigenbase.xom.ElementDef
mondrian.olap.MondrianDef.NamedSet
- All Implemented Interfaces:
- Serializable, Cloneable, NodeDef
- Enclosing class:
- MondrianDef
public static class MondrianDef.NamedSet
- extends ElementDef
Defines a named set which can be used in queries in the
same way as a set defined using a WITH SET clause.
A named set can be defined against a particular cube,
or can be global to a schema. If it is defined against a
cube, it is only available to queries which use that cube.
A named set defined against a cube is not inherited by
a virtual cubes defined against that cube. (But you can
define a named set against a virtual cube.)
A named set defined against a schema is available in
all cubes and virtual cubes in that schema. However, it is
only valid if the cube contains dimensions with the names
required to make the formula valid.
- See Also:
- Serialized Form
-
-
Methods inherited from class org.eigenbase.xom.ElementDef |
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, equals, getChildren, getElementChildren, getElementClass, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual |
name
public String name
formula
public String formula
formulaElement
public MondrianDef.Formula formulaElement
- MDX expression which gives the value of this set.
MondrianDef.NamedSet
public MondrianDef.NamedSet()
MondrianDef.NamedSet
public MondrianDef.NamedSet(DOMWrapper _def)
throws XOMException
- Throws:
XOMException
getName
public String getName()
- Specified by:
getName
in interface NodeDef
- Overrides:
getName
in class ElementDef
display
public void display(PrintWriter _out,
int _indent)
displayXML
public void displayXML(XMLOutput _out,
int _indent)
- Specified by:
displayXML
in interface NodeDef
- Overrides:
displayXML
in class ElementDef
displayDiff
public boolean displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
- Overrides:
displayDiff
in class ElementDef
getFormula
public String getFormula()
- Returns the formula, looking for a sub-element called
"Formula" first, then looking for an attribute called
"formula".