func appleEventCodeForArgument (withName : String) -> FourCharCode
Returns the Apple event code for the specified command argument of the receiver.
レシーバのこの指定されたコマンド引数に対するアップルイベントコードを返します。
func isOptionalArgument (withName : String) -> Bool
Returns a Boolean value that indicates whether the command argument identified by the specified argument key is an optional argument.
あるブール値を返します、それは指定された引数キーによって識別されるコマンド引数が任意の引数かどうかを指し示します。
func typeForArgument (withName : String) -> String?
Returns the type of the command argument identified by the specified key.
指定されたキーによって識別されるコマンド引数の型を返します。