func forKeyword (AEKeyword) -> NSAppleEventDescriptor?
Returns the receiver’s descriptor for the specified keyword.
レシーバの持つ記述子を指定されたキーワードに対して返します。
func keywordForDescriptor (at: Int) -> AEKeyword
Returns the keyword for the descriptor at the specified (one-based) position in the receiver.
レシーバの中の指定された位置(1起点)での記述子に対するキーワードを返します。
func setDescriptor (NSAppleEventDescriptor, forKeyword : AEKeyword)
Adds a descriptor, identified by a keyword, to the receiver.
あるキーワードによって識別される1つの記述子をレシーバに加えます。