Class AreaInfo

java.lang.Object
com.jedox.palojlib.main.AreaInfo
All Implemented Interfaces:
IAreaInfo

public class AreaInfo extends Object implements IAreaInfo
  • Constructor Details

    • AreaInfo

      protected AreaInfo(String identifier, long previousCellValueCount, long currentCellValuesCount)
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Description copied from interface: IAreaInfo
      get the identifier for this area
      Specified by:
      getIdentifier in interface IAreaInfo
      Returns:
      identifier
    • getPreviousCellValueCount

      public long getPreviousCellValueCount()
      Description copied from interface: IAreaInfo
      get the number of cell values cached for the previous/original state
      Specified by:
      getPreviousCellValueCount in interface IAreaInfo
      Returns:
      number of cached cell values
    • getCurrentCellValuesCount

      public long getCurrentCellValuesCount()
      Description copied from interface: IAreaInfo
      get the number of cell values cached during the last recalculation
      Specified by:
      getCurrentCellValuesCount in interface IAreaInfo
      Returns:
      number of cached cell values