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