Smack

org.jivesoftware.smackx.packet
Class DataForm.Item

java.lang.Object
  extended by org.jivesoftware.smackx.packet.DataForm.Item
Enclosing class:
DataForm

public static class DataForm.Item
extends Object

Represents items of reported data.

Author:
Gaston Dombiak

Constructor Summary
DataForm.Item(List fields)
           
 
Method Summary
 Iterator getFields()
          Returns the fields that define the data that goes with the item.
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataForm.Item

public DataForm.Item(List fields)
Method Detail

getFields

public Iterator getFields()
Returns the fields that define the data that goes with the item.

Returns:
the fields that define the data that goes with the item.

toXML

public String toXML()

Smack

Copyright © 2003 Jive Software.