public static class ReportedData.Row extends Object
Constructor and Description |
---|
Row(List<ReportedData.Field> fields) |
Modifier and Type | Method and Description |
---|---|
List<CharSequence> |
getValues(String variable)
Returns the values of the field whose variable matches the requested variable.
|
public Row(List<ReportedData.Field> fields)
public List<CharSequence> getValues(String variable)
variable
- the variable to match.