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