Lizzy v1.1.1

christophedelory.plist
Class PlistText

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.PlistText
Direct Known Subclasses:
Data, Integer, Key, Real, String

public class PlistText
extends PlistObject

The base plist object owning a text value.

Version:
$Revision: 92 $
Author:
Christophe Delory

Constructor Summary
PlistText()
           
 
Method Summary
 String getValue()
          Returns the text value.
 void setValue(String value)
          Initializes the text value.
 
Methods inherited from class christophedelory.plist.PlistObject
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlistText

public PlistText()
Method Detail

getValue

public String getValue()
Returns the text value.

Returns:
a text. May be null if not yet initialized.
See Also:
setValue(java.lang.String)

setValue

public void setValue(String value)
Initializes the text value.

Parameters:
value - a text. Shall not be null.
Throws:
NullPointerException - if value is null.
See Also:
getValue()

© 2008-2009 Christophe Delory

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