christophedelory.playlist.xspf
Class StringContainer
java.lang.Object
christophedelory.playlist.xspf.StringContainer
- Direct Known Subclasses:
- Identifier, Location
public class StringContainer
- extends Object
A string container.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringContainer
public StringContainer()
getText
public String getText()
- Returns the string itself.
- Returns:
- a string. May be
null
. - See Also:
setText(java.lang.String)
setText
public void setText(String text)
- Initializes the string itself.
- Parameters:
text
- a string. May be null
.- See Also:
getText()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.