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_valuesAllowable values fortype.MondrianDef.Hierarchy[]hierarchiesStringtypeStringusagePrefix-
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 voiddisplay(PrintWriter _out, int _indent)booleandisplayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)voiddisplayXML(org.eigenbase.xom.XMLOutput _out, int _indent)MondrianDef.DimensiongetDimension(MondrianDef.Schema schema)Looks up the base dimension of this dimension.DimensionTypegetDimensionType()StringgetName()-
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:
getNamein interfaceorg.eigenbase.xom.NodeDef- Overrides:
getNamein classMondrianDef.CubeDimension
-
display
public void display(PrintWriter _out, int _indent)
- Specified by:
displayin interfaceorg.eigenbase.xom.NodeDef- Overrides:
displayin classMondrianDef.CubeDimension
-
displayXML
public void displayXML(org.eigenbase.xom.XMLOutput _out, int _indent)- Specified by:
displayXMLin interfaceorg.eigenbase.xom.NodeDef- Overrides:
displayXMLin classMondrianDef.CubeDimension
-
displayDiff
public boolean displayDiff(org.eigenbase.xom.ElementDef _other, PrintWriter _out, int _indent)- Overrides:
displayDiffin classMondrianDef.CubeDimension
-
getDimension
public MondrianDef.Dimension getDimension(MondrianDef.Schema schema)
Description copied from class:MondrianDef.CubeDimensionLooks 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:
getDimensionin classMondrianDef.CubeDimension- Parameters:
schema- Schema, never null
-
getDimensionType
public DimensionType getDimensionType()
-
-