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

type(forKey:)

Returns the name of the declared type of the attribute or relationship identified by the passed key. 渡されたキーによって識別される属性またはリレーションシップの宣言された型の名前を返します。

Declaration 宣言

func type(forKey key: String) -> String?

Parameters パラメータ

key

The identifying key for an attribute, one-to-one relationship, or one-to-many relationship of the receiver. ある属性、レシーバの一対一関係、または一対多関係に対する識別キー。

Return Value 戻り値

The name of the declared type of the attribute or relationship identified by key; for example, “NSString”. Searches in the receiver first, then in any superclass. Returns nil if no match is found. keyによって識別される属性またはリレーションシップの宣言型の名前;例えば、 “NSString”。レシーバの中を最初に、それからあらゆるサブクラスを捜します。nilを返します、もし合致が見つけられないならば。

See Also 参照

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

Related Documentation 関連文書