public static class ReportedData.Field extends Object
Constructor and Description |
---|
ReportedData.Field(String variable,
List<String> values) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getValues()
Returns a List of the values reported as part of the search.
|
String |
getVariable()
Returns the variable name that the field represents.
|
public ReportedData.Field(String variable, List<String> values)
public String getVariable()