Type Method
型メソッド
classDescriptionForClass:
Returns the class description for the specified class or, if it is not scriptable, for the first superclass that is.
措定されたクラスに対するまたは、それがスクリプト対応でないならば、そうである最初のスーパークラスに対するクラス記述を返します。
Parameters
パラメータ
aClass
The class whose description is needed.
それの記述が必要とされるクラス。
Return Value
戻り値
The class description for the class specified by aClass
or, if that class isn’t scriptable, for the class description for the first superclass that is. Returns nil
if it doesn’t find a scriptable class.
aClass
によって指定されるクラスに対するクラス記述または、もしそのクラスがスクリプト対応でないならば、そうである最初のスーパークラスに対するクラス記述。nil
を返します、もしそれがスクリプト対応クラスを見つけられないならば。
See Also
参照
Getting a Script Class Description
スクリプトクラス記述を取得する
- classDescriptionForKey:
Returns the class description instance for the class type of the specified attribute or relationship.
指定された属性またはリレーションシップのクラス型に対するクラス記述インスタンスを返します。
superclassDescription
Returns the class description instance for the superclass of the receiver’s class.
レシーバのもつクラスのスーパークラスに対するクラス記述インスタンスを返します。