org.rococoa.cocoa.foundation.categories
Interface NSClassDescriptionPrimitives

All Superinterfaces:
ObjCObject

public interface NSClassDescriptionPrimitives
extends ObjCObject

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 interface NSClassDescriptionPrimitives._static_
           
 
Method Summary
 NSArray attributeKeys()
          Original signature : -(NSArray*)attributeKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:27
 NSClassDescription classDescription()
          Original signature : -(NSClassDescription*)classDescription
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:26
 NSString inverseForRelationshipKey(NSString relationshipKey)
          Original signature : -(NSString*)inverseForRelationshipKey:(NSString*)
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:30
 NSArray toManyRelationshipKeys()
          Original signature : -(NSArray*)toManyRelationshipKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:29
 NSArray toOneRelationshipKeys()
          Original signature : -(NSArray*)toOneRelationshipKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:28
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

classDescription

NSClassDescription classDescription()
Original signature : -(NSClassDescription*)classDescription
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:26


attributeKeys

NSArray attributeKeys()
Original signature : -(NSArray*)attributeKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:27


toOneRelationshipKeys

NSArray toOneRelationshipKeys()
Original signature : -(NSArray*)toOneRelationshipKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:28


toManyRelationshipKeys

NSArray toManyRelationshipKeys()
Original signature : -(NSArray*)toManyRelationshipKeys
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:29


inverseForRelationshipKey

NSString inverseForRelationshipKey(NSString relationshipKey)
Original signature : -(NSString*)inverseForRelationshipKey:(NSString*)
from NSClassDescriptionPrimitives native declaration : NSClassDescription.h:30



Copyright © 2009. All Rights Reserved.