func hasOrderedToManyRelationship (forKey : String) -> Bool
Returns a Boolean value indicating whether the described class has an ordered to-many relationship identified by the specified key.
あるブール値を返します、記述されたクラスがこの指定されたキーによって識別される順序付き対多関係を持つかどうかを指し示しています。
func hasProperty (forKey : String) -> Bool
Returns a Boolean value indicating whether the described class has a property identified by the specified key.
あるブール値を返します、記述されたクラスがこの指定されたキーによって識別されるプロパティを持つかどうかを指し示しています。
func hasWritableProperty (forKey : String) -> Bool
Returns a Boolean value indicating whether the described class has a writable property identified by the specified key.
あるブール値を返します、記述されたクラスがこの指定されたキーによって識別される書き込み可能プロパティを持つかどうかを指し示しています。
func key(withAppleEventCode : FourCharCode) -> String?
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.
プロパティまたは要素クラスを識別するアップルイベントコードを与えられて、対応する属性、一対一関係、または対多関係に対するキーを返します。
func type(forKey : String) -> String?
Returns the name of the declared type of the attribute or relationship identified by the passed key.
渡されたキーによって識別される属性またはリレーションシップの宣言された型の名前を返します。