|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.table.AbstractTableObject
com.citra.pivot.table.TableDimension
public class TableDimension
TableDimension is the the concrete OlapDimension implementation for the table datasource.
Field Summary | |
---|---|
protected HierarchyList |
hierarchies
the dimension's hierarchies |
Fields inherited from class com.citra.pivot.table.AbstractTableObject |
---|
caption, description, id, name |
Method Summary | |
---|---|
void |
addHierarchy(TableHierarchy hierarchy)
Adds a hierarchy to the dimension. |
TableHierarchy |
createHierarchy(String name)
Creates, adds and returns a hierarchy with a given name. |
OlapHierarchy |
getDefaultHierarchy()
Retrieves the default hierarchy of the dimension. |
HierarchyList |
getHierarchies()
Retrieves the hierarchies of the dimension. |
boolean |
isMeasureDimension()
Determines whether the dimension is the measure dimension. |
void |
removeHierarchy(TableHierarchy hierarchy)
Removes a hierarchy from the dimension. |
void |
setDefaultHierarchy(TableHierarchy hierarchy)
Assigns the default hierarchy for the dimension. |
Methods inherited from class com.citra.pivot.table.AbstractTableObject |
---|
getCaption, getCaption, getDescription, getDescription, getID, getName, setCaption, setCaption, setDescription, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject |
---|
getCaption, getDescription, getID, getName |
Field Detail |
---|
protected HierarchyList hierarchies
Method Detail |
---|
public void addHierarchy(TableHierarchy hierarchy)
hierarchy
- the hierarchy to addpublic TableHierarchy createHierarchy(String name)
name
- the hierarchy's name
public OlapHierarchy getDefaultHierarchy()
getDefaultHierarchy
in interface OlapDimension
public HierarchyList getHierarchies()
getHierarchies
in interface OlapDimension
public boolean isMeasureDimension()
isMeasureDimension
in interface OlapDimension
public void removeHierarchy(TableHierarchy hierarchy)
hierarchy
- the hierarchy to removepublic void setDefaultHierarchy(TableHierarchy hierarchy)
hierarchy
- the hierarchy to assign as the dimension's default
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |