mondrian.olap
Class MondrianDef.Parameter
java.lang.Object
org.eigenbase.xom.ElementDef
mondrian.olap.MondrianDef.Parameter
- All Implemented Interfaces:
- Serializable, 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
-
-
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
description
public String description
_type_values
public static final String[] _type_values
- Allowable values for
type
.
type
public String type
modifiable
public Boolean modifiable
defaultValue
public String defaultValue
MondrianDef.Parameter
public MondrianDef.Parameter()
MondrianDef.Parameter
public MondrianDef.Parameter(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