christophedelory.plist
Class String
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.PlistText
christophedelory.plist.String
public class String
- extends PlistText
The string primitive type.
- Version:
- $Revision: 55 $
- Author:
- Christophe Delory
Constructor Summary |
String()
Builds a new and empty string. |
String(String value)
Builds a new string with the specified value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
String
public String()
- Builds a new and empty string.
String
public String(String value)
- Builds a new string with the specified value.
- Parameters:
value
- the string value. Shall not be null
.
- Throws:
NullPointerException
- if value
is null
.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.