net.sf.jplist.core
Class StringElement
java.lang.Object
net.sf.jplist.core.Element<java.lang.String>
net.sf.jplist.core.StringElement
- All Implemented Interfaces:
- IElement<java.lang.String>
public class StringElement
- extends Element<java.lang.String>
- implements IElement<java.lang.String>
Implements the StringElement which is a concrete subtype of the generic
Element. StringElement is a scalar type which holds a String.
- Version:
- $Revision: 1.1 $
- Author:
- Sujit Pal (spal@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringElement
public StringElement()
- Instantiate a StringElement.