net.sf.plist
Class NSString
java.lang.Object
net.sf.plist.NSObject
net.sf.plist.NSString
public class NSString
- extends NSObject
Represents a string.
- See Also:
String
Method Summary |
String |
getValue()
Get the unmodifiable value of this object. |
NSString
public NSString(String theString)
- Constructor.
- Parameters:
theString
- value of the new object
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()