Smack

org.jivesoftware.smackx
Class ReportedData.Field

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

public static class ReportedData.Field
extends java.lang.Object


Constructor Summary
ReportedData.Field(java.lang.String variable, java.util.List<java.lang.String> values)
           
 
Method Summary
 java.util.Iterator<java.lang.String> getValues()
          Returns an iterator on the values reported as part of the search.
 java.lang.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(java.lang.String variable,
                          java.util.List<java.lang.String> 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.Iterator<java.lang.String> getValues()
Returns an iterator on the values reported as part of the search.

Returns:
the returned values of the search.

Smack

Copyright © 2003-2007 Jive Software.