Package org.jivesoftware.smackx.search
Class ReportedData.Row
- java.lang.Object
-
- org.jivesoftware.smackx.search.ReportedData.Row
-
- Enclosing class:
- ReportedData
public static class ReportedData.Row extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Row(java.util.List<ReportedData.Field> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.CharSequence>
getValues(java.lang.String variable)
Returns the values of the field whose variable matches the requested variable.
-
-
-
Constructor Detail
-
Row
public Row(java.util.List<ReportedData.Field> fields)
-
-
Method Detail
-
getValues
public java.util.List<java.lang.CharSequence> getValues(java.lang.String variable)
Returns the values of the field whose variable matches the requested variable.- Parameters:
variable
- the variable to match.- Returns:
- the values of the field whose variable matches the requested variable.
-
-