public class TableData.Row extends Object implements Cloneable, Serializable
The inner class Row
represents one row of the table. A row
is "knows" the column names of the table it belongs to.
Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
void |
addField(String name,
String value)
Adds the content of a cell (String value) to a table row by column
name.
|
String |
getFieldValue(String name)
Returns the cell content of the given column name.
|
public void addField(String name, String value) throws CPAException
name
- The name of the column, where the String value is to be
stored.value
- The String value to be stored in the column with the name
given in the name parameter.CPAException
- If the column name is not known for the given table.Access Rights |
---|
SC | DC | Public Part | ACH |
---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice