org.rococoa.cocoa.foundation.categories
Interface NSScriptClassDescription

All Superinterfaces:
ObjCObject

public interface NSScriptClassDescription
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 NSScriptClassDescription._static_
           
 
Method Summary
 int classCode()
          Return the four character code identifying the receiver's class in Apple events.
 NSString className()
          Return the Objective-C name of the receiver's class.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

classCode

int classCode()
Return the four character code identifying the receiver's class in Apple events.
Original signature : -(FourCharCode)classCode
from NSScriptClassDescription native declaration : NSScriptClassDescription.h:119


className

NSString className()
Return the Objective-C name of the receiver's class.
Original signature : -(NSString*)className
from NSScriptClassDescription native declaration : NSScriptClassDescription.h:123



Copyright © 2009. All Rights Reserved.