net.sf.jplist.core
Class DataElement
java.lang.Object
net.sf.jplist.core.Element<java.lang.String>
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataElement
public DataElement()
- Instantiate a DataElement.