Lizzy v1.1.1

christophedelory.playlist.asx
Class TextElement

java.lang.Object
  extended by christophedelory.playlist.asx.Child
      extended by christophedelory.playlist.asx.TextElement

public class TextElement
extends Child

A text container.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
TextElement()
           
 
Method Summary
 String getText()
          Returns the text itself.
 void setText(String text)
          Initializes the text itself.
 
Methods inherited from class christophedelory.playlist.asx.Child
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextElement

public TextElement()
Method Detail

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()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.