Class ReportedData.Row

java.lang.Object
org.jivesoftware.smackx.search.ReportedData.Row
Enclosing class:
ReportedData

public static class ReportedData.Row extends Object
  • Constructor Details

  • Method Details

    • getValues

      public List<CharSequence> getValues(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.