christophedelory.playlist.asx
Class TextElement
java.lang.Object
christophedelory.playlist.asx.Child
christophedelory.playlist.asx.TextElement
public class TextElement
- extends Child
A text 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 |
TextElement
public TextElement()
getText
public String getText()
- Returns the text itself.
- Returns:
- a text. Shall not be
null
. - See Also:
setText(java.lang.String)
setText
public void setText(String text)
- Initializes the text itself.
- Parameters:
text
- a text. Shall not be null
.
- Throws:
NullPointerException
- if text
is null
.- See Also:
getText()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.