|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClassDescription
public abstract class NSClassDescription
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSClassDescription._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSClassDescription()
|
Method Summary | |
---|---|
static NSClassDescription |
alloc()
|
abstract NSArray |
attributeKeys()
Original signature : -(NSArray*)attributeKeys native declaration : NSClassDescription.h:17 |
static NSClassDescription |
classDescriptionForClass(ObjCClass aClass)
Original signature : +(NSClassDescription*)classDescriptionForClass:(Class) native declaration : NSClassDescription.h:15 |
static NSClassDescription._class_ |
getNSClass()
|
static void |
invalidateClassDescriptionCache()
Original signature : +(void)invalidateClassDescriptionCache native declaration : NSClassDescription.h:14 |
abstract NSString |
inverseForRelationshipKey(NSString relationshipKey)
Original signature : -(NSString*)inverseForRelationshipKey:(NSString*) native declaration : NSClassDescription.h:20 |
static NSClassDescription |
new_()
|
static void |
registerClassDescription_forClass(NSClassDescription description,
ObjCClass aClass)
Original signature : +(void)registerClassDescription:(NSClassDescription*) forClass:(Class) native declaration : NSClassDescription.h:13 |
abstract NSArray |
toManyRelationshipKeys()
Original signature : -(NSArray*)toManyRelationshipKeys native declaration : NSClassDescription.h:19 |
abstract NSArray |
toOneRelationshipKeys()
Original signature : -(NSArray*)toOneRelationshipKeys native declaration : NSClassDescription.h:18 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSClassDescription()
Method Detail |
---|
public static void registerClassDescription_forClass(NSClassDescription description, ObjCClass aClass)
+(void)registerClassDescription:(NSClassDescription*) forClass:(Class)
public static void invalidateClassDescriptionCache()
+(void)invalidateClassDescriptionCache
public static NSClassDescription classDescriptionForClass(ObjCClass aClass)
+(NSClassDescription*)classDescriptionForClass:(Class)
public abstract NSArray attributeKeys()
-(NSArray*)attributeKeys
public abstract NSArray toOneRelationshipKeys()
-(NSArray*)toOneRelationshipKeys
public abstract NSArray toManyRelationshipKeys()
-(NSArray*)toManyRelationshipKeys
public abstract NSString inverseForRelationshipKey(NSString relationshipKey)
-(NSString*)inverseForRelationshipKey:(NSString*)
public static NSClassDescription alloc()
public static NSClassDescription new_()
public static NSClassDescription._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |