Uses of Class
org.robovm.apple.foundation.NSKeyValueSetMutationKind
| Package | Description |
|---|---|
| org.robovm.apple.coredata | |
| org.robovm.apple.foundation |
-
Uses of NSKeyValueSetMutationKind in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata with parameters of type NSKeyValueSetMutationKind Modifier and Type Method Description voidNSManagedObject. didChangeValue(String inKey, NSKeyValueSetMutationKind inMutationKind, NSSet<?> inObjects)voidNSManagedObject. willChangeValue(String inKey, NSKeyValueSetMutationKind inMutationKind, NSSet<?> inObjects) -
Uses of NSKeyValueSetMutationKind in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSKeyValueSetMutationKind Modifier and Type Method Description static NSKeyValueSetMutationKindNSKeyValueSetMutationKind. valueOf(long n)Returns the enum constant of this type with the specified name.static NSKeyValueSetMutationKindNSKeyValueSetMutationKind. valueOf(String name)Returns the enum constant of this type with the specified name.static NSKeyValueSetMutationKind[]NSKeyValueSetMutationKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSKeyValueSetMutationKind Modifier and Type Method Description voidNSObject. didChangeValue(String key, NSKeyValueSetMutationKind mutationKind, NSSet<?> objects)voidNSObject. willChangeValue(String key, NSKeyValueSetMutationKind mutationKind, NSSet<?> objects)