attributeKeys
An array of
NSString
objects containing the names of immutable values that instances of the receiver's class contain.classDescription
An object containing information about the attributes and relationships of the receiver’s class.
レシーバのクラスの属性とリレーションシップ(関係)についての情報を格納しているオブジェクト。
- inverseForRelationshipKey:
For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.
レシーバのクラスから別のクラスへのリレーションシップ(関係)の名前を定義する指定されたキーに対して、別のクラスからレシーバのクラスへのリレーションシップの名前を返します。
toOneRelationshipKeys
The keys for the to-one relationship properties of the receiver, if any.
レシーバの対一関係プロパティに対するキーを格納している配列。