|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tonbeller.jpivot.mondrian.MondrianDimension
public class MondrianDimension
MondrianDimension is an adapter class for the Mondrian Dimension.
| Field Summary |
|---|
| Fields inherited from interface com.tonbeller.jpivot.olap.model.Dimension |
|---|
MEASURES_FIRST_COMPARATOR |
| Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable |
|---|
LABEL_COMPARATOR |
| Constructor Summary | |
|---|---|
protected |
MondrianDimension(mondrian.olap.Dimension monDimension,
MondrianModel model)
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
|
protected void |
addHierarchy(MondrianHierarchy hierarchy)
add Hierarchy |
Hierarchy[] |
getHierarchies()
return the hierarchies of this dimension |
java.lang.String |
getLabel()
name of this item |
mondrian.olap.Dimension |
getMonDimension()
|
java.lang.Object |
getRootDecoree()
returns the object that has been created by the olap server. |
java.lang.String |
getUniqueName()
return the unique name of an MDX Olap element |
boolean |
isMeasure()
true if this is the measures dimension |
boolean |
isTime()
return true if this is a time dimension. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected MondrianDimension(mondrian.olap.Dimension monDimension,
MondrianModel model)
| Method Detail |
|---|
protected void addHierarchy(MondrianHierarchy hierarchy)
hierarchy - MondrianHierarchy to be storedpublic Hierarchy[] getHierarchies()
Dimension
getHierarchies in interface DimensionDimension.getHierarchies()public boolean isTime()
Dimension
isTime in interface DimensionDimension.isTime()public boolean isMeasure()
Dimension
isMeasure in interface DimensionDimension.isMeasure()public java.lang.String getLabel()
Displayable
getLabel in interface Displayablepublic void accept(Visitor visitor)
accept in interface VisitableVisitable.accept(Visitor)public java.lang.Object getRootDecoree()
Decorator
getRootDecoree in interface Decoratorpublic java.lang.String getUniqueName()
MDXElement
getUniqueName in interface MDXElementcom.tonbeller.jpivot.olap.model.Dimension#getUniqueName()public mondrian.olap.Dimension getMonDimension()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||