Package 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.
-
-
Constructor Summary
Constructors Constructor Description EmptyCellRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(CacheControlImpl.CellRegionVisitor visitor)List<Dimension>getDimensionality()Returns the dimensionality of a region.
-
-
-
Method Detail
-
accept
public void accept(CacheControlImpl.CellRegionVisitor visitor)
- Specified by:
acceptin interfaceCacheControlImpl.CellRegionImpl
-
getDimensionality
public List<Dimension> getDimensionality()
Description copied from interface:CacheControl.CellRegionReturns the dimensionality of a region.- Specified by:
getDimensionalityin interfaceCacheControl.CellRegion- Returns:
- a list of
Dimensionobjects.
-
-