Instance Method
インスタンスメソッド
classDescriptionForKey:
Returns the class description instance for the class type of the specified attribute or relationship.
指定された属性またはリレーションシップのクラス型に対するクラス記述インスタンスを返します。
Parameters
パラメータ
key
The identifying key for an attribute or relationship of the receiver.
レシーバのある属性またはリレーションシップに対する識別キー。
Return Value
戻り値
The instance of NSScriptClassDescription
for the type of the attribute or relationship specified by key
. Returns nil
if no scriptable property corresponds to key
.
key
によって指定される属性またはリレーションシップの型に対するNSScriptClassDescription
のインスタンス。nil
を返します、もしスクリプト対応プロパティがkey
と一致しないならば。
See Also
参照
Getting a Script Class Description
スクリプトクラス記述を取得する
+ classDescriptionForClass:
Returns the class description for the specified class or, if it is not scriptable, for the first superclass that is.
措定されたクラスに対するまたは、それがスクリプト対応でないならば、そうである最初のスーパークラスに対するクラス記述を返します。
superclassDescription
Returns the class description instance for the superclass of the receiver’s class.
レシーバのもつクラスのスーパークラスに対するクラス記述インスタンスを返します。