mondrian.gui
Class MondrianGuiDef.Dimension
java.lang.Object
org.eigenbase.xom.ElementDef
mondrian.gui.MondrianGuiDef.CubeDimension
mondrian.gui.MondrianGuiDef.Dimension
- All Implemented Interfaces:
- Serializable, Cloneable, NodeDef
- Enclosing class:
- MondrianGuiDef
public static class MondrianGuiDef.Dimension
- extends MondrianGuiDef.CubeDimension
A Dimension is a collection of hierarchies. There are
two kinds: a public dimension belongs to a
Schema, and be used by several cubes; a
private dimension belongs to a
Cube. The foreignKey field is only
applicable to private dimensions.
- 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 |
_type_values
public static final String[] _type_values
- Allowable values for
type
.
type
public String type
usagePrefix
public String usagePrefix
hierarchies
public MondrianGuiDef.Hierarchy[] hierarchies
MondrianGuiDef.Dimension
public MondrianGuiDef.Dimension()
MondrianGuiDef.Dimension
public MondrianGuiDef.Dimension(DOMWrapper _def)
throws XOMException
- Throws:
XOMException
getName
public String getName()
- Specified by:
getName
in interface NodeDef
- Overrides:
getName
in class MondrianGuiDef.CubeDimension
display
public void display(PrintWriter _out,
int _indent)
- Specified by:
display
in interface NodeDef
- Overrides:
display
in class MondrianGuiDef.CubeDimension
displayXML
public void displayXML(XMLOutput _out,
int _indent)
- Specified by:
displayXML
in interface NodeDef
- Overrides:
displayXML
in class MondrianGuiDef.CubeDimension
displayDiff
public boolean displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
- Overrides:
displayDiff
in class MondrianGuiDef.CubeDimension
getDimension
public MondrianGuiDef.Dimension getDimension(MondrianGuiDef.Schema schema)
- Description copied from class:
MondrianGuiDef.CubeDimension
- Looks up the base dimension of this dimension. If this is a
usage of a shared dimension, returns the referenced dimension;
otherwise returns the dimension itself.
Never returns null; if the dimension cannot be
found, throws an error.
- Specified by:
getDimension
in class MondrianGuiDef.CubeDimension
- Parameters:
schema
- Schema, never null
getDimensionType
public DimensionType getDimensionType()