var attributeKeys : [String]
An array of
NSString
objects containing the names of immutable values that instances of the receiver's class contain.var classDescription : NSClassDescription
An object containing information about the attributes and relationships of the receiver’s class.
レシーバのクラスの属性とリレーションシップ(関係)についての情報を格納しているオブジェクト。
func inverse(forRelationshipKey : String) -> String?
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.
レシーバのクラスから別のクラスへのリレーションシップ(関係)の名前を定義する指定されたキーに対して、別のクラスからレシーバのクラスへのリレーションシップの名前を返します。
var toOneRelationshipKeys : [String]
The keys for the to-one relationship properties of the receiver, if any.
レシーバの対一関係プロパティに対するキーを格納している配列。