Smack

org.jivesoftware.smackx
Class ReportedData.Row

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

public static class ReportedData.Row
extends Object


Constructor Summary
ReportedData.Row(List<ReportedData.Field> fields)
           
 
Method Summary
 Iterator<String> getValues(String variable)
          Returns the values of the field whose variable matches the requested variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportedData.Row

public ReportedData.Row(List<ReportedData.Field> fields)
Method Detail

getValues

public Iterator<String> 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.

Smack

Copyright © 2003-2007 Jive Software.