christophedelory.plist
Class PlistText
java.lang.Object
christophedelory.plist.PlistObject
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlistText
public PlistText()
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()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.