org.jivesoftware.smackx
Class ReportedData.Field
java.lang.Object
   org.jivesoftware.smackx.ReportedData.Field
org.jivesoftware.smackx.ReportedData.Field
- Enclosing class:
- ReportedData
- public static class ReportedData.Field 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReportedData.Field
public ReportedData.Field(String variable,
                          List<String> values)
getVariable
public String getVariable()
- Returns the variable name that the field represents.
 
- 
- Returns:
- the variable name of the field.
 
getValues
public Iterator<String> getValues()
- Returns an iterator on the values reported as part of the search.
 
- 
- Returns:
- the returned values of the search.
 
Copyright © 2003-2007 Jive Software.