mondrian.rolap
Class CacheControlImpl.EmptyCellRegion
java.lang.Object
mondrian.rolap.CacheControlImpl.EmptyCellRegion
- All Implemented Interfaces:
- CacheControl.CellRegion, CacheControlImpl.CellRegionImpl
- Enclosing class:
- CacheControlImpl
static class CacheControlImpl.EmptyCellRegion
- extends Object
- implements CacheControlImpl.CellRegionImpl
An empty cell region.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheControlImpl.EmptyCellRegion
CacheControlImpl.EmptyCellRegion()
accept
public void accept(CacheControlImpl.CellRegionVisitor visitor)
- Specified by:
accept in interface CacheControlImpl.CellRegionImpl
getDimensionality
public List<Dimension> getDimensionality()
- Description copied from interface:
CacheControl.CellRegion
- Returns the dimensionality of a region.
- Specified by:
getDimensionality in interface CacheControl.CellRegion
- Returns:
- a list of
Dimension objects.