Smack

org.jivesoftware.smackx
Class ReportedData.Field

java.lang.Object
  extended byorg.jivesoftware.smackx.ReportedData.Field
Enclosing class:
ReportedData

public static class ReportedData.Field
extends Object


Constructor Summary
ReportedData.Field(String variable, List values)
           
 
Method Summary
 Iterator getValues()
          Returns an iterator on the values reported as part of the search.
 String getVariable()
          Returns the variable name that the field represents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportedData.Field

public ReportedData.Field(String variable,
                          List values)
Method Detail

getVariable

public String getVariable()
Returns the variable name that the field represents.

Returns:
the variable name of the field.

getValues

public Iterator getValues()
Returns an iterator on the values reported as part of the search.

Returns:
the returned values of the search.

Smack

Copyright © 2003 Jive Software.