Class RVDataCell


  • public class RVDataCell
    extends Object
    Class representing a cell in the visualization data, includes column name, value and formatted value.
    • Constructor Detail

    • Method Detail

      • getValue

        public Object getValue()
        The value of the cell.
        Returns:
      • getFormattedValue

        public String getFormattedValue()
        The formatted value of the cell.
        Returns:
      • getColumnName

        public String getColumnName()
        The name of the column this cell belongs to.
        Returns:
      • getColumnLabel

        public String getColumnLabel()
        The label of the column this cell belongs to.
        Returns: