| Constructor and Description |
|---|
Row(Map<QName,String> data)
Creates an instance with the named values of the row.
|
| Modifier and Type | Method and Description |
|---|---|
String |
get(Column column)
Returns the value of this row for a given column.
|
String |
get(QName name)
Returns the value of this row for a given column.
|
String |
get(String name)
Returns the value of this row for a given column.
|
String |
toString() |
public String get(QName name)
column - the column's namepublic String get(String name)
column - the column's namepublic String get(Column column)
column - the columnCopyright © 2018. All rights reserved.