Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static String[]
_type_values
Allowable values fortype
.MondrianGuiDef.Hierarchy[]
hierarchies
String
type
String
usagePrefix
-
Fields inherited from class mondrian.gui.MondrianGuiDef.CubeDimension
annotations, caption, description, foreignKey, highCardinality, name, visible
-
-
Constructor Summary
Constructors Constructor Description Dimension()
Dimension(DOMWrapper _def)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
display(PrintWriter _out, int _indent)
boolean
displayDiff(ElementDef _other, PrintWriter _out, int _indent)
void
displayXML(XMLOutput _out, int _indent)
MondrianGuiDef.Dimension
getDimension(MondrianGuiDef.Schema schema)
Looks up the base dimension of this dimension.DimensionType
getDimensionType()
String
getName()
-
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, getMixedChildren_new, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
-
-
-
-
Field Detail
-
type
public String type
-
usagePrefix
public String usagePrefix
-
hierarchies
public MondrianGuiDef.Hierarchy[] hierarchies
-
-
Constructor Detail
-
Dimension
public Dimension()
-
Dimension
public Dimension(DOMWrapper _def) throws XOMException
- Throws:
XOMException
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceNodeDef
- Overrides:
getName
in classMondrianGuiDef.CubeDimension
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
display
in interfaceNodeDef
- Overrides:
display
in classMondrianGuiDef.CubeDimension
-
displayXML
public void displayXML(XMLOutput _out, int _indent)
- Specified by:
displayXML
in interfaceNodeDef
- Overrides:
displayXML
in classMondrianGuiDef.CubeDimension
-
displayDiff
public boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiff
in classMondrianGuiDef.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 classMondrianGuiDef.CubeDimension
- Parameters:
schema
- Schema, never null
-
getDimensionType
public DimensionType getDimensionType()
-
-