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 java.lang.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 void
accept(CacheControlImpl.CellRegionVisitor visitor)
java.util.List<Dimension>
getDimensionality()
Returns the dimensionality of a region.
-
-
-
Method Detail
-
accept
public void accept(CacheControlImpl.CellRegionVisitor visitor)
- Specified by:
accept
in interfaceCacheControlImpl.CellRegionImpl
-
getDimensionality
public java.util.List<Dimension> getDimensionality()
Description copied from interface:CacheControl.CellRegion
Returns the dimensionality of a region.- Specified by:
getDimensionality
in interfaceCacheControl.CellRegion
- Returns:
- a list of
Dimension
objects.
-
-