Package org.jivesoftware.smackx.search
Class ReportedData.Field
java.lang.Object
org.jivesoftware.smackx.search.ReportedData.Field
- Enclosing class:
 - ReportedData
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns a List of the values reported as part of the search.Returns the variable name that the field represents. 
- 
Constructor Details
- 
Field
 
 - 
 - 
Method Details
- 
getVariable
Returns the variable name that the field represents.- Returns:
 - the variable name of the field.
 
 - 
getValues
Returns a List of the values reported as part of the search.- Returns:
 - the returned values of the search.
 
 
 -