Package org.jivesoftware.smackx.search
Class ReportedData.Field
- java.lang.Object
-
- org.jivesoftware.smackx.search.ReportedData.Field
-
- Enclosing class:
- ReportedData
public static class ReportedData.Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field(String variable, List<? extends CharSequence> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
Field
public Field(String variable, List<? extends CharSequence> values)
-
-
Method Detail
-
getVariable
public String getVariable()
Returns the variable name that the field represents.- Returns:
- the variable name of the field.
-
getValues
public List<CharSequence> getValues()
Returns a List of the values reported as part of the search.- Returns:
- the returned values of the search.
-
-