case setting
Indicates that the value of the observed key path was set to a new value. This change can occur when observing an attribute of an object, as well as properties that specify to-one and to-many relationships.
監視されるキーパスの値が新しい値に設定されることを指し示します。この変更は、オブジェクトの属性を監視する時に発生します、対一および対多関係を指定するプロパティだけでなく。
case insertion
Indicates that an object has been inserted into the to-many relationship that is being observed.
あるオブジェクトが監視されている対多関係へと挿入されたことを指し示します。
case removal
Indicates that an object has been removed from the to-many relationship that is being observed.
あるオブジェクトが監視されている対多関係から除去されたことを指し示します。
case replacement
Indicates that an object has been replaced in the to-many relationship that is being observed.
あるオブジェクトが監視されている対多関係の中で置き換えられたことを指し示します。