org.rococoa.cocoa.foundation
Interface NSString._Class

All Superinterfaces:
NSClass, NSObject
Enclosing class:
NSString

public static interface NSString._Class
extends NSClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSClass
NSClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSClass
CLASS
 
Method Summary
 NSString stringWithFormat(java.lang.String string, NSObject... objects)
           
 NSString stringWithString(java.lang.String string)
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Method Detail

stringWithString

NSString stringWithString(java.lang.String string)

stringWithFormat

NSString stringWithFormat(java.lang.String string,
                          NSObject... objects)


Copyright © 2009. All Rights Reserved.