net.sf.plist
Class NSString

java.lang.Object
  extended by net.sf.plist.NSObject
      extended by net.sf.plist.NSString

public class NSString
extends NSObject

Represents a string.

See Also:
String

Constructor Summary
NSString(String theString)
          Constructor.
 
Method Summary
 String getValue()
          Get the unmodifiable value of this object.
 
Methods inherited from class net.sf.plist.NSObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSString

public NSString(String theString)
Constructor.

Parameters:
theString - value of the new object
Method Detail

getValue

public String getValue()
Get the unmodifiable value of this object.

Specified by:
getValue in class NSObject
Returns:
the value of this object
See Also:
NSObject.toString()