Instance Method
has Writable Property For Key: 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
.
See Also
Getting attribute and relationship information - has Property For Key:
Returns a Boolean value indicating whether the described class has a property identified by the specified key.
- has Readable Property For Key:
Returns a Boolean value indicating whether the described class has a readable property identified by the specified key.
- is Read Only Key:
Returns a Boolean value indicating whether a specified property in the receiver is read-only.
Deprecated - key With Apple Event Code:
Given an Apple event code that identifies a property or element class, returns the key for the corresponding attribute, one-to-one relationship, or one-to-many relationship.
- type For Key:
Returns the name of the declared type of the attribute or relationship identified by the passed key.