net.sf.jplist.core
Class DictionaryElement

java.lang.Object
  extended by net.sf.jplist.core.Element<NameValuePair>
      extended by net.sf.jplist.core.DictionaryElement
All Implemented Interfaces:
IElement<NameValuePair>

public class DictionaryElement
extends Element<NameValuePair>
implements IElement<NameValuePair>

Implements DictionaryElement as a concrete subtype of generic Element. A DictionaryElement is a container type for NameValuePair objects. Each NameValuePair object contains a String key and a value which can be any object that implements IElement.

Version:
$Revision: 1.1 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
DictionaryElement()
          Instantiate a DictionaryElement.
 
Method Summary
 
Methods inherited from class net.sf.jplist.core.Element
addContent, getContent, getType, setContent, typeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jplist.core.IElement
addContent, getContent, getType, setContent, typeOf
 

Constructor Detail

DictionaryElement

public DictionaryElement()
Instantiate a DictionaryElement.