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