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