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 Summary
ConstructorsConstructorDescriptionReportCellValue(org.apache.sling.api.resource.Resource result, String property) -
Method Summary
-
Constructor Details
-
ReportCellValue
public ReportCellValue() -
ReportCellValue
-
-
Method Details
-
getMultipleValues
-
getSingleValue
-
getValue
-
isArray
public boolean isArray()
-