Class ReportCellValue

java.lang.Object
com.adobe.acs.commons.reports.models.ReportCellValue

@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class, defaultInjectionStrategy=OPTIONAL) public class ReportCellValue extends Object
Represents a single cell within the report. Allows for detecting if the value is scalar or single.
  • Constructor Details

    • ReportCellValue

      public ReportCellValue()
    • ReportCellValue

      public ReportCellValue(org.apache.sling.api.resource.Resource result, String property)
  • Method Details

    • getMultipleValues

      public String[] getMultipleValues()
    • getSingleValue

      public String getSingleValue()
    • getValue

      public Object getValue()
    • isArray

      public boolean isArray()