net.sf.jplist.core
Class DataElement

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

public class DataElement
extends Element<java.lang.String>
implements IElement<java.lang.String>

Implements DataElement as a concrete subtype of the generic Element. A DataElement is a scalar type, it is usually used to store byte arrays in string form. The implementation is identical to StringElement, this is something of syntactic sugar for PLists.

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

Constructor Summary
DataElement()
          Instantiate a DataElement.
 
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

DataElement

public DataElement()
Instantiate a DataElement.