mondrian.gui
Class MondrianGuiDef.Parameter
java.lang.Object
org.eigenbase.xom.ElementDef
mondrian.gui.MondrianGuiDef.Parameter
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, NodeDef
- Enclosing class:
- MondrianGuiDef
public static class MondrianGuiDef.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, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
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
MondrianGuiDef.Parameter
public MondrianGuiDef.Parameter()
MondrianGuiDef.Parameter
public MondrianGuiDef.Parameter(DOMWrapper _def)
throws XOMException
- Throws:
XOMException
getName
public java.lang.String getName()
- Specified by:
getName
in interface NodeDef
- Overrides:
getName
in class ElementDef
display
public void display(java.io.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,
java.io.PrintWriter _out,
int _indent)
- Overrides:
displayDiff
in class ElementDef