public class DataRow
extends java.lang.Object
Data
.Constructor and Description |
---|
DataRow(int colCnt)
Creates a new row of report data.
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String property,
CellValue value)
Adds cell data.
|
CellValue |
get(java.lang.String property)
Gets the data of the specified cell.
|
java.lang.String |
toString() |
public DataRow(int colCnt)
colCnt
- Number of columns (should be set appropriately to save memory)public void add(java.lang.String property, CellValue value)
Adds cell data.
If there's already cell data available for the specified property, the existing cell data gets overwritten by the new value.
property
- Name of the propertyvalue
- The property's value for the eowpublic CellValue get(java.lang.String property)
property
- Name of property for which the data has to be retrievednull
if no value is availablepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved