christophedelory.plist
Class PlistText
java.lang.Object
   christophedelory.plist.PlistObject
christophedelory.plist.PlistObject
       christophedelory.plist.PlistText
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 nullif 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- valueis- null.
- See Also:
- getValue()
 
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.