Instance Method インスタンスメソッド

hasWritablePropertyForKey:

Returns a Boolean value indicating whether the described class has a writable property identified by the specified key. あるブール値を返します、記述されたクラスがこの指定されたキーによって識別される書き込み可能プロパティを持つかどうかを指し示しています。

Declaration 宣言

- (BOOL)hasWritablePropertyForKey:(NSString *)key;

Parameters パラメータ

key

The identifying key for a property of the receiver. レシーバのプロパティに対する識別キー。

Return Value 戻り値

YES if the described class has a writable property identified by the specified key; otherwise, NO. YES、もし記述されるクラスがこの指定されるキーによって識別される書き込み可能プロパティを持つならば;そうでなければ、NO

See Also 参照

Getting attribute and relationship information 属性およびリレーションシップ情報を取得する