Package com.jedox.palojlib.main
Class AreaInfo
java.lang.Object
com.jedox.palojlib.main.AreaInfo
- All Implemented Interfaces:
IAreaInfo
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
AreaInfo
-
-
Method Details
-
getIdentifier
Description copied from interface:IAreaInfoget the identifier for this area- Specified by:
getIdentifierin interfaceIAreaInfo- Returns:
- identifier
-
getPreviousCellValueCount
public long getPreviousCellValueCount()Description copied from interface:IAreaInfoget the number of cell values cached for the previous/original state- Specified by:
getPreviousCellValueCountin interfaceIAreaInfo- Returns:
- number of cached cell values
-
getCurrentCellValuesCount
public long getCurrentCellValuesCount()Description copied from interface:IAreaInfoget the number of cell values cached during the last recalculation- Specified by:
getCurrentCellValuesCountin interfaceIAreaInfo- Returns:
- number of cached cell values
-