Instance Method
インスタンスメソッド
key(withAppleEventCode:)
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.
プロパティまたは要素クラスを識別するアップルイベントコードを与えられて、対応する属性、一対一関係、または対多関係に対するキーを返します。
Declaration
宣言
func key(withAppleEventCode appleEventCode: FourCharCode) -> String
?
Parameters
パラメータ
appleEventCode
An Apple event code that identifies a property or element class.
プロパティまたは要素クラスを識別するアップルイベントコード。
Return Value
戻り値
The key that corresponds to the property or element class identified by appleEventCode
in the receiver or, if none exists, in a class description in the receiver’s superclasses.
レシーバにおいてまたは、もし存在しないならば、レシーパのもつスーパークラスのうちのあるクラス記述において、appleEventCode
によって識別されるプロパティまたは要素クラスに対応するキー。
The four-character Apple event code associated with the attribute or relationship identified by key
Returns 0
if no such attribute or relationship is found. Returns nil
if it cannot find any such attribute or relationship.
key
によって識別される属性またはリレーションシップと結び付けられる4文字アップルイベントコード。0
を返します、もしそのような属性またはリレーションシップが見つけられないならば。nil
を返します、もしそれがそのような属性またはリレーションシップを見つけることが出来ないならば。
See Also
参照
Getting attribute and relationship information
属性およびリレーションシップ情報を取得する
func hasProperty(forKey: String) -> Bool
Returns a Boolean value indicating whether the described class has a property identified by the specified key.
あるブール値を返します、記述されたクラスがこの指定されたキーによって識別されるプロパティを持つかどうかを指し示しています。
func type(forKey: String) -> String?
Returns the name of the declared type of the attribute or relationship identified by the passed key.
渡されたキーによって識別される属性またはリレーションシップの宣言された型の名前を返します。
Related Documentation
関連文書
- isReadOnlyKey:
Returns a Boolean value indicating whether a specified property in the receiver is read-only.
指定されたプロパティがレシーバにおいて読出し専用かどうかを指し示しているブール値を返します。