Constructor and Description |
---|
FixedDataRow(Map<String,String> values) |
Modifier and Type | Method and Description |
---|---|
String |
getValueAt(String column)
This method returns the string value at a given column.
|
Map<String,String> |
getValues() |
void |
update(Map<String,String> values) |
public String getValueAt(String column)
DataRow
getValueAt
in interface DataRow
column
- The name of the column to read the value fromCopyright © 2019 WSO2. All rights reserved.