Package mondrian.olap
Class MondrianDef.Dimension
- java.lang.Object
-
- org.eigenbase.xom.ElementDef
-
- mondrian.olap.MondrianDef.CubeDimension
-
- mondrian.olap.MondrianDef.Dimension
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.eigenbase.xom.NodeDef
- Enclosing class:
- MondrianDef
public static class MondrianDef.Dimension extends MondrianDef.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
.MondrianDef.Hierarchy[]
hierarchies
String
type
String
usagePrefix
-
Fields inherited from class mondrian.olap.MondrianDef.CubeDimension
annotations, caption, description, foreignKey, highCardinality, name, visible
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
display(PrintWriter _out, int _indent)
boolean
displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)
void
displayXML(org.eigenbase.xom.XMLOutput _out, int _indent)
MondrianDef.Dimension
getDimension(MondrianDef.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 MondrianDef.Hierarchy[] hierarchies
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eigenbase.xom.NodeDef
- Overrides:
getName
in classMondrianDef.CubeDimension
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
display
in interfaceorg.eigenbase.xom.NodeDef
- Overrides:
display
in classMondrianDef.CubeDimension
-
displayXML
public void displayXML(org.eigenbase.xom.XMLOutput _out, int _indent)
- Specified by:
displayXML
in interfaceorg.eigenbase.xom.NodeDef
- Overrides:
displayXML
in classMondrianDef.CubeDimension
-
displayDiff
public boolean displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)
- Overrides:
displayDiff
in classMondrianDef.CubeDimension
-
getDimension
public MondrianDef.Dimension getDimension(MondrianDef.Schema schema)
Description copied from class:MondrianDef.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 classMondrianDef.CubeDimension
- Parameters:
schema
- Schema, never null
-
getDimensionType
public DimensionType getDimensionType()
-
-