Package com.jedox.palojlib.interfaces
Interface IAreaInfo
- All Known Implementing Classes:
AreaInfo
public interface IAreaInfo
represent an area in a cube
- Author:
- afroehlich
-
Method Summary
Modifier and TypeMethodDescriptionlongget the number of cell values cached during the last recalculationget the identifier for this arealongget the number of cell values cached for the previous/original state
-
Method Details
-
getIdentifier
String getIdentifier()get the identifier for this area- Returns:
- identifier
-
getPreviousCellValueCount
long getPreviousCellValueCount()get the number of cell values cached for the previous/original state- Returns:
- number of cached cell values
-
getCurrentCellValuesCount
long getCurrentCellValuesCount()get the number of cell values cached during the last recalculation- Returns:
- number of cached cell values
-