Instance Method
インスタンスメソッド
isOptionalArgumentWithName:
Returns a Boolean value that indicates whether the command argument identified by the specified argument key is an optional argument.
あるブール値を返します、それは指定された引数キーによって識別されるコマンド引数が任意の引数かどうかを指し示します。
Declaration
宣言
- (BOOL)isOptionalArgumentWithName:(NSString
*)argumentName;
Parameters
パラメータ
argumentName
Argument name (used as a key) that identifies the command argument to examine.
調べることになるコマンド引数を識別する(キーとして使われる)引数名。
Return Value
戻り値
YES
if the specified argument exists and is optional; otherwise, NO
.
YES
、もし指定された引数が存在するそして任意ならば;そうでなければ、NO
。
See Also
参照
Getting Command Argument Information
コマンド引数情報を取得する
argumentNames
Returns the names (or keys) for all arguments of the receiver’s command.
レシーバのもつコマンドの全ての引数に対する名前(またはキー)を返します。
- typeForArgumentWithName:
Returns the type of the command argument identified by the specified key.
指定されたキーによって識別されるコマンド引数の型を返します。