Lizzy v1.1.1

christophedelory.plist
Class String

java.lang.Object
  extended by christophedelory.plist.PlistObject
      extended by christophedelory.plist.PlistText
          extended by 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.
 
Method Summary
 
Methods inherited from class christophedelory.plist.PlistText
getValue, setValue
 
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

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.

© 2008-2009 Christophe Delory

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